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:

committed by
Juan Manzanero

parent
9b4a54f702
commit
b4447f0e38
@ -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} />
|
||||
|
Reference in New Issue
Block a user