mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 14:02:41 +00:00
bottom margin to prevent bottom clip
This commit is contained in:
@@ -199,14 +199,14 @@ const BrewRenderer = (props)=>{
|
|||||||
<style>
|
<style>
|
||||||
{`
|
{`
|
||||||
.pages {
|
.pages {
|
||||||
scale:${state.zoom}%;
|
zoom:${state.zoom}%;
|
||||||
|
margin-bottom:5%;
|
||||||
}
|
}
|
||||||
`}
|
`}
|
||||||
</style>
|
</style>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{/*render dummy page while iFrame is mounting.*/}
|
{/*render dummy page while iFrame is mounting.*/}
|
||||||
|
|||||||
Reference in New Issue
Block a user