1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-23 14:51:33 +00:00

fix(grid): $desktop variable (#1511)

This commit is contained in:
Emile Bangma
2024-10-18 05:50:48 +02:00
committed by GitHub
parent 67e1beea70
commit 9f701e5045
5 changed files with 9 additions and 8 deletions

View File

@@ -65,7 +65,7 @@
height: 80vh;
width: 80vw;
@media all and ($desktop) {
@media all and not ($desktop) {
width: 90%;
}
}