0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-22 03:07: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

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