fix: center content alignment on portal and stock pages

This commit is contained in:
Patrick Plate
2026-06-12 19:01:47 +02:00
parent 7f99e11d9f
commit dce27a4291
14 changed files with 9 additions and 9 deletions
@@ -23,7 +23,7 @@ export function PortalNavbar() {
return (
<header className="sticky top-0 z-50 w-full border-b bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60">
<div className="mx-auto flex h-14 max-w-4xl items-center justify-between px-4">
<div className="mx-auto flex h-14 max-w-5xl items-center justify-between px-4 sm:px-6 lg:px-8">
{/* Logo + Club Name */}
<Link
href="/portal/dashboard"