Skip to content

Commit

Permalink
Merge pull request #723 from w3bdesign/dev
Browse files Browse the repository at this point in the history
Decrease nav width on md breakpoint
  • Loading branch information
w3bdesign authored Dec 8, 2021
2 parents 87112eb + 44dc2e5 commit 56ce1ae
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 953 deletions.
2 changes: 1 addition & 1 deletion components/Header/Navbar.component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Navbar = () => {
return (
<header>
<nav id="header" className="fixed top-0 z-50 w-full py-1 bg-white ">
<div className="container flex flex-wrap items-center justify-between px-6 py-3 mx-auto mt-0 md:min-w-full">
<div className="container flex flex-wrap items-center justify-between px-6 py-3 mx-auto mt-0 md:min-w-96">
<Hamburger />
<div
className="order-3 hidden w-full md:flex md:items-center md:w-auto md:order-1"
Expand Down
Loading

1 comment on commit 56ce1ae

@vercel
Copy link

@vercel vercel bot commented on 56ce1ae Dec 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.