styles improvements

This commit is contained in:
Juan Carlos Manzanero Domínguez
2024-07-01 22:07:06 -06:00
parent 53c56e05b8
commit befd417f7a
3 changed files with 58 additions and 62 deletions

View File

@ -31,7 +31,7 @@ const { title, description, lang } = Astro.props;
</head>
<body>
<Navbar />
<main class="px-4 min-h-screen max-w-[65ch] py-32 mx-auto">
<main class="px-4 min-h-screen max-w-[65ch] py-28 mx-auto">
<slot />
</main>
<Footer />