chore: more padding on mobile
This commit is contained in:
parent
ae57acc8bc
commit
ff3b130d12
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue