0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 02:52:43 +00:00

change margin bottom to fixed distance

This commit is contained in:
Víctor Losada Hernández
2024-05-31 21:03:27 +02:00
parent ed92628012
commit 0e00460012

View File

@@ -245,8 +245,8 @@ const BrewRenderer = (props)=>{
<style>
{`
.pages {
zoom:${state.zoom}%;
margin-bottom:5%;
zoom: ${state.zoom}%;
margin-bottom: 2cm;
}
`}
</style>