mirror of
https://github.com/Xevion/glance.git
synced 2025-12-06 17:15:13 -06:00
Fix CSS issues on mobile due to order of declarations
This commit is contained in:
@@ -57,8 +57,10 @@
|
||||
--font-size-h6: 1.1rem;
|
||||
}
|
||||
|
||||
/* Do not change the order of the below imports unless you know what you're doing */
|
||||
|
||||
@import "site.css";
|
||||
@import "widgets.css";
|
||||
@import "popover.css";
|
||||
@import "mobile.css";
|
||||
@import "utils.css";
|
||||
@import "mobile.css";
|
||||
|
||||
Reference in New Issue
Block a user