padding fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
rei
2022-12-29 01:56:00 +01:00
parent ba2edb6c38
commit 446c4a4241
5 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ export const Navbar = () => {
const [showMenu, setShowMenu] = useState(false);
return (
<nav className="p-4 mx-6 flex flex-row justify-between">
<nav className="py-4 xl:px-10 px-4 flex flex-row justify-between">
<Link
href="/"
id="logo"