0
0
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:
Víctor Losada Hernández
2024-06-01 00:50:16 +02:00
parent 2d051fcdc0
commit 3fad8227a7

View File

@@ -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>