0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 01:02:51 +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> <style>
{` {`
.pages { .pages {
zoom:${state.zoom}%; zoom: ${state.zoom}%;
margin-bottom:5%; margin-bottom: 2cm;
} }
`} `}
</style> </style>