Fixed Timeline svg draws making window too wide, adjusted navbar to perform responsive transition at a larger screen size, removed more obsolete attrs
Some checks failed
Build and Test - Staging / test (pull_request) Failing after 3m29s
Build and Test - Staging / build_and_push (pull_request) Has been skipped
Build and Test - Staging / deploy_staging (pull_request) Has been skipped

This commit is contained in:
2025-11-11 22:53:05 -08:00
parent 68b6d7f785
commit ba948e4181
6 changed files with 74 additions and 49 deletions

View File

@@ -28,8 +28,8 @@ const pageEnabled = pathToMetadata(Astro.url.pathname).enabled ?? true;
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>{pageEnabled ? pageTitle : "Corwin Perren"}</title>
</head>
<body class="flex flex-col bg-black text-white h-dvh">
<div id="content-body-scrolling" class="grow overflow-y-scroll">
<body class="flex flex-col bg-black text-white h-dvh w-full max-w-full">
<div id="content-body-scrolling" class="grow overflow-x-hidden overflow-y-scroll">
<Navbar/>
<main class="mx-6 my-6">
{(Astro.props.title && showTitle && pageEnabled) && (