chore: add space below the page title

This commit is contained in:
Oliver Davies 2022-10-22 12:24:10 +01:00
parent 68aa496b84
commit b33c575dbe

View file

@ -55,7 +55,7 @@ const footerLinks = [
<Navbar />
<div class="py-10 px-4 mx-auto max-w-2xl md:py-10">
<h1 class="text-xl font-bold md:text-2xl">{title}</h1>
<h1 class="mb-4 text-xl font-bold md:text-2xl">{title}</h1>
<div>
<slot />