Shell
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ const Nav = ({ page }) => {
|
||||
const [showMobileMenu, setShowMobileMenu] = useState(false);
|
||||
|
||||
return (
|
||||
<nav className="bg-gray-800 fixed w-full" id="nav">
|
||||
<nav className="bg-gray-800 w-full flex-0 h-auto">
|
||||
<div className="max-w-7xl mx-auto px-2 sm:px-6 lg:px-8">
|
||||
<div className="relative flex items-center justify-between h-16">
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user