Rework layout and refactors (#4)

Reviewed-on: https://git.juancman.dev/juancmandev/website/pulls/4
Co-authored-by: juancmandev <juancmandev@protonmail.com>
Co-committed-by: juancmandev <juancmandev@protonmail.com>
This commit is contained in:
juancmandev
2025-03-14 00:56:54 -04:00
committed by Juan Manzanero
parent 9b4a54f702
commit b4447f0e38
47 changed files with 161 additions and 636 deletions

View File

@ -63,7 +63,7 @@ const { title, description } = Astro.props;
</head>
<body>
<Header lang={lang} />
<main class='px-4 sm:px-0 max-w-[65ch] pt-28 pb-5 mx-auto'>
<main class='width-global px-2 lg:px-0 pt-32'>
<slot />
</main>
<Navigation lang={lang} />