Skip to content

Commit

Permalink
Adjustements
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Nov 4, 2024
1 parent f388faf commit c32f213
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions website/css/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,7 @@ div[id^='headlessui-menu-items'] {

/* Move nav links to the left */
.nextra-nav-container nav {
@apply justify-between;

@media screen and (max-width: 768px) {
@apply justify-between;

}
@apply justify-start;

> a {
@apply first:mr-0 hover:!text-primary;
Expand Down
2 changes: 1 addition & 1 deletion website/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Document() {
return (
<Html lang="en">
<Head />
<body className="flex _flex">
<body>
<Main />
<NextScript />
</body>
Expand Down
2 changes: 1 addition & 1 deletion website/pages/_meta.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const meta = {
'index': '',
index: '',
'-- 1': {
type: 'separator',
title: 'GraphQL.JS Tutorial',
Expand Down

0 comments on commit c32f213

Please sign in to comment.