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 f388faf commit 16206c7Copy full SHA for 16206c7
website/css/globals.css
@@ -79,12 +79,7 @@ div[id^='headlessui-menu-items'] {
79
80
/* Move nav links to the left */
81
.nextra-nav-container nav {
82
- @apply justify-between;
83
-
84
- @media screen and (max-width: 768px) {
85
86
87
- }
+ @apply justify-start;
88
89
> a {
90
@apply first:mr-0 hover:!text-primary;
website/pages/_document.tsx
@@ -4,7 +4,7 @@ export default function Document() {
4
return (
5
<Html lang="en">
6
<Head />
7
- <body className="flex _flex">
+ <body>
8
<Main />
9
<NextScript />
10
</body>
0 commit comments