Update contact, add donate page

This commit is contained in:
juancmandev
2025-03-14 20:49:21 -06:00
parent 4893b9c06a
commit a2a805a8b2
25 changed files with 89 additions and 56 deletions

View File

@ -63,7 +63,7 @@ const { title, description } = Astro.props;
</head>
<body>
<Header lang={lang} />
<main class='width-global px-2 lg:px-0 pt-32'>
<main class='max-w-3xl mx-auto px-2 md:px-0 pt-20 md:pt-32'>
<slot />
</main>
<Navigation lang={lang} />