0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 09:22:44 +00:00

Setting a padding-top to avoid pages hugging toolbar

This commit is contained in:
Gazook89
2024-10-11 13:51:06 -05:00
parent 9c4b936ddd
commit 73504a3386

View File

@@ -3,7 +3,7 @@
.brewRenderer {
overflow-y : scroll;
will-change : transform;
padding-top : 30px;
padding-top : 60px;
height : 100vh;
&:has(.facing, .flow) {
padding : 60px 30px;