Fix CSS issues on mobile due to order of declarations
This commit is contained in:
parent
0680c5ff9c
commit
97b52792ef
1 changed files with 3 additions and 1 deletions
|
|
@ -57,8 +57,10 @@
|
||||||
--font-size-h6: 1.1rem;
|
--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 "site.css";
|
||||||
@import "widgets.css";
|
@import "widgets.css";
|
||||||
@import "popover.css";
|
@import "popover.css";
|
||||||
@import "mobile.css";
|
|
||||||
@import "utils.css";
|
@import "utils.css";
|
||||||
|
@import "mobile.css";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue