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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user