quartz/styles/base.scss
@@ -11,8 +11,7 @@ width: 100vw; } body, section { body { margin: 0; box-sizing: border-box; background-color: var(--light); @@ -132,16 +131,32 @@ } } .flex-component { display: flex; } .desktop-only { display: initial; &.flex-component { display: flex; } @media all and ($mobile) { &.flex-component { display: none; } display: none; } } .mobile-only { display: none; &.flex-component { display: none; } @media all and ($mobile) { &.flex-component { display: flex; } display: initial; } }