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:
@@ -245,8 +245,8 @@ const BrewRenderer = (props)=>{
|
||||
<style>
|
||||
{`
|
||||
.pages {
|
||||
zoom:${state.zoom}%;
|
||||
margin-bottom:5%;
|
||||
zoom: ${state.zoom}%;
|
||||
margin-bottom: 2cm;
|
||||
}
|
||||
`}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user