0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 01:02:51 +00:00

"Removed margin-bottom from brewRenderer style, added padding-bottom and updated styles in brewRenderer.less"

This commit is contained in:
Víctor Losada Hernández
2024-06-02 15:59:09 +02:00
parent e3c1e4b6f0
commit 202ea1d905
2 changed files with 11 additions and 8 deletions

View File

@@ -246,7 +246,6 @@ const BrewRenderer = (props)=>{
{`
.pages {
zoom: ${state.zoom}%;
margin-bottom: 5cm;
}
`}
</style>