Skip to content

Commit

Permalink
Revert "Mobile menu expands on increasing window width"
Browse files Browse the repository at this point in the history
This reverts commit c5eebba.
  • Loading branch information
IanWearsHat committed Dec 14, 2023
1 parent b3c6759 commit ff54350
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion apps/site/src/lib/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function Navbar() {
<NavMenu.List
className={
(listShown ? "" : "-translate-y-full ") +
"transition transform duration-500 ease-in-out md:transition-none pmd:translate-y-0 " +
"transition transform duration-500 ease-in-out md:transition-none md:translate-y-0 " +
"[&>*]:mb-5 [&>*]:md:mb-0 font-display gap-10 p-5 pt-3 bg-black bg-opacity-50 md:bg-opacity-0 md:p-0 md:flex md:items-center"
}
>
Expand Down
3 changes: 0 additions & 3 deletions apps/site/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ const config: Config = {
body: ["Mulish"],
sans: ["Mulish"],
},
screens: {
'pmd': '740px'
}
},
},
plugins: [],
Expand Down

0 comments on commit ff54350

Please sign in to comment.