0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +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;
color : black;
isolation : isolate;
transition: all 0.3s;
&::after {
position : absolute;
@@ -346,7 +347,7 @@
}
// media query for when the page is smaller than 1079 px in width
@container (max-width : 670px) {
@container (width < 670px) {
.vaultPage {
.dataGroup.form .brewLookup { padding : 1px 20px 20px 10px; }