chrome: trim status bar, align nav padding

This commit is contained in:
kbot
2026-07-06 21:52:06 -05:00
parent 3ee150280f
commit 57431f91c2
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ export function PortfolioNav() {
return (
<nav
aria-label="Portfolio navigation"
className="sticky top-3 z-50 mx-auto mt-3 w-[calc(100%-2rem)] max-w-5xl rounded-xl border border-blacksite-line bg-blacksite-surface/82 px-3 py-2 text-blacksite-muted shadow-[0_18px_70px_rgba(0,0,0,0.38)] backdrop-blur-md sm:px-4"
className="sticky top-3 z-50 mx-auto mt-3 w-[calc(100%-2rem)] max-w-5xl rounded-xl border border-blacksite-line bg-blacksite-surface/82 px-6 py-2 text-blacksite-muted shadow-[0_18px_70px_rgba(0,0,0,0.38)] backdrop-blur-md sm:px-8 lg:px-12"
>
<div className="flex items-center justify-between gap-3">
<Link