fixed mismatched borders on post header, added flex wrap to nav bar

This commit is contained in:
2025-03-17 00:10:58 -04:00
parent 2487a0f421
commit 1c461ddb9d
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ export default function Header() {
return (
<header>
<nav>
<div class="bg-[#313244] flex justify-center space-x-6 p-4">
<div class="bg-[#313244] flex flex-wrap justify-center space-x-6 p-4">
{headerLinks.map((l) => {
const newTab = l.newTab ? "_blank" : "_self";
return (