0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-22 07:27:51 +00:00

fix 2 column issue

This commit is contained in:
Víctor Losada Hernández
2025-03-08 13:30:06 +01:00
parent a7eef65694
commit 3db778a665

View File

@@ -5,7 +5,7 @@
*:not(input) { user-select : none; } *:not(input) { user-select : none; }
.content .dataGroup { :where(.content .dataGroup) {
width : 100%; width : 100%;
height : 100%; height : 100%;
background : white; background : white;
@@ -172,6 +172,7 @@
padding : 50px 50px 70px 50px; padding : 50px 50px 70px 50px;
overflow-y : scroll; overflow-y : scroll;
background-color : #2C3E50; background-color : #2C3E50;
container-type : inline-size;
h3 { font-size : 25px; } h3 { font-size : 25px; }
@@ -345,7 +346,7 @@
} }
// media query for when the page is smaller than 1079 px in width // media query for when the page is smaller than 1079 px in width
@media screen and (max-width : 1079px) { @container (max-width : 670px) {
.vaultPage { .vaultPage {
.dataGroup.form .brewLookup { padding : 1px 20px 20px 10px; } .dataGroup.form .brewLookup { padding : 1px 20px 20px 10px; }