File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,7 @@ div[id^='headlessui-menu-items'] {
7979
8080/* Move nav links to the left */
8181.nextra-nav-container nav {
82- @apply justify-between;
83-
84- @media screen and (max-width : 768px ) {
85- @apply justify-between;
86-
87- }
82+ @apply justify-start;
8883
8984 > a {
9085 @apply first:mr-0 hover:!text-primary;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export default function Document() {
44 return (
55 < Html lang = "en" >
66 < Head />
7- < body className = "flex _flex" >
7+ < body >
88 < Main />
99 < NextScript />
1010 </ body >
Original file line number Diff line number Diff line change 11const meta = {
2- ' index' : '' ,
2+ index : '' ,
33 '-- 1' : {
44 type : 'separator' ,
55 title : 'GraphQL.JS Tutorial' ,
You can’t perform that action at this time.
0 commit comments