We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd20fe0 commit 52e40a1Copy full SHA for 52e40a1
assets/mixins.scss
@@ -7,11 +7,11 @@
7
}
8
9
@mixin layout-head {
10
- @apply left-10 md:left-14 lg:left-16 h-12 right-0 justify-between border-b border-gray-200 dark:border-gray-700 px-4 bg-white dark:bg-gray-800 z-50;
11
- @apply absolute;
+ @apply left-10 h-12 right-0 justify-between border-b border-gray-200 dark:border-gray-700 px-4 bg-white dark:bg-gray-800 z-50;
+ @apply absolute left-0 right-0;
12
13
html.navbar-fixed & {
14
- @apply fixed;
+ @apply fixed left-10 md:left-14 lg:left-16 right-0;
15
16
17
0 commit comments