0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 11:52:39 +00:00

Change .pages margin to .brewRenderer padding

More consistent visuals since the zooming of the .pages element affects the spacing around the edges, and the brewRenderer padding isn't affected.
This commit is contained in:
Gazook89
2024-10-05 22:43:13 -05:00
parent 24544e713e
commit 34fa724fdd

View File

@@ -3,10 +3,11 @@
.brewRenderer {
overflow-y : scroll;
will-change : transform;
padding-top : 30px;
padding : 60px 0px;
&:has(.facing, .flow) {
padding : 60px 30px;
}
:where(.pages) {
margin : 30px 30px;
&.facing {
display: grid;
grid-template-columns: repeat(2, auto);