0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 20:12:41 +00:00

fix container query

This commit is contained in:
Víctor Losada Hernández
2025-03-08 17:16:23 +01:00
parent 5f48b30449
commit 55618a10b9

View File

@@ -237,6 +237,7 @@
margin-right : 40px; margin-right : 40px;
color : black; color : black;
isolation : isolate; isolation : isolate;
transition: all 0.3s;
&::after { &::after {
position : absolute; position : absolute;
@@ -346,7 +347,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
@container (max-width : 670px) { @container (width < 670px) {
.vaultPage { .vaultPage {
.dataGroup.form .brewLookup { padding : 1px 20px 20px 10px; } .dataGroup.form .brewLookup { padding : 1px 20px 20px 10px; }