0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 02:42:43 +00:00

fix piage size override

This commit is contained in:
Víctor Losada Hernández
2023-12-23 20:43:39 +01:00
parent 985a9843f2
commit 9db55c4dff

View File

@@ -3,9 +3,9 @@
.brewRenderer { .brewRenderer {
will-change : transform; will-change : transform;
overflow-y : scroll; overflow-y : scroll;
.pages { :where(.pages) {
margin : 30px 0px; margin : 30px 0px;
& > .page { & > :where(.page) {
width : 215.9mm; width : 215.9mm;
height : 279.4mm; height : 279.4mm;
margin-right : auto; margin-right : auto;