Skip to content

Commit

Permalink
Merge pull request #1332 from w3bdesign/1331-fix-ipad-design
Browse files Browse the repository at this point in the history
1331 fix ipad design
  • Loading branch information
w3bdesign authored Sep 24, 2024
2 parents 6425ec0 + 2ca5fc2 commit 38f8e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header/Navbar.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Navbar = () => {
return (
<header>
<nav id="header" className="top-0 z-50 w-full py-1 bg-white ">
<div className="container flex md:flex-wrap flex-col md:flex-row items-center justify-between px-6 py-3 mx-auto mt-0 md:min-w-96">
<div className="container flex flex-col md:flex-row items-center justify-between px-6 py-3 mx-auto mt-0 md:min-w-96">
<div
className="order-3 hidden w-full md:flex md:items-center md:w-auto md:order-1"
id="menu"
Expand All @@ -40,7 +40,7 @@ const Navbar = () => {
</li>
</ul>
</div>
<div className="order-1 md:order-2">
<div className="order-1 md:order-2 md:hidden lg:block">
<Link href="/">
<span className="flex items-center text-xl font-bold tracking-wide text-gray-800 no-underline hover:no-underline ">
<svg
Expand Down

0 comments on commit 38f8e34

Please sign in to comment.