mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-27 15:52:39 +00:00
"Updated brewRenderer.jsx: added id 'zoomStyle' to style tag and changed margin-bottom from 7cm to 5cm."
This commit is contained in:
@@ -242,11 +242,11 @@ const BrewRenderer = (props)=>{
|
||||
const makeZoom = () => {
|
||||
|
||||
return(
|
||||
<style>
|
||||
<style id='zoomStyle'>
|
||||
{`
|
||||
.pages {
|
||||
zoom: ${state.zoom}%;
|
||||
margin-bottom: 7cm;
|
||||
margin-bottom: 5cm;
|
||||
}
|
||||
`}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user