chore: more padding on mobile

This commit is contained in:
Oliver Davies 2023-07-17 00:17:27 +01:00
parent ae57acc8bc
commit ff3b130d12

View file

@ -67,7 +67,7 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site).toString().replace(
<Navbar />
<div class="py-10 px-4 mx-auto max-w-xl md:py-10">
<div class="py-10 px-6 mx-auto max-w-xl md:py-10">
<h1 class="mb-4 text-xl font-bold md:text-2xl">{title}</h1>
<main>