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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user