chore: add space below the page title
This commit is contained in:
parent
68aa496b84
commit
b33c575dbe
|
@ -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 />
|
||||
|
|
Loading…
Reference in a new issue