This commit is contained in:
Max Lynch
2020-12-20 23:02:27 -06:00
parent fdef2842ef
commit 8b2df11c87
9 changed files with 41 additions and 23 deletions
+1 -1
View File
@@ -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