mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-24 23:31:29 +00:00
fix(grid): $desktop variable (#1511)
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
display: none;
|
||||
}
|
||||
height: auto;
|
||||
@media all and ($desktop) {
|
||||
@media all and not ($desktop) {
|
||||
height: 250px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user