1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-06-16 17:56:39 +00:00

fix(style): correctly collapse on mobile

This commit is contained in:
Jacky Zhao 2024-02-02 09:36:36 -08:00
parent 34a8dfcd55
commit 18745a9dc6

View File

@ -117,7 +117,8 @@
}
@media all and (max-width: $tabletBreakpoint) {
display: block;
display: block !important;
& > *:not(#results-container) {
display: none !important;
}