chore: reduce the page with to be more readable
This commit is contained in:
parent
e37e41254c
commit
f417a8f136
|
@ -1,5 +1,5 @@
|
|||
<div>
|
||||
<div class="py-4 px-4 mx-auto max-w-2xl">
|
||||
<div class="py-4 px-4 mx-auto max-w-xl">
|
||||
<div class="flex flex-col justify-between items-center md:flex-row">
|
||||
<div>
|
||||
<a href="/">
|
||||
|
|
|
@ -59,7 +59,7 @@ const footerLinks = [
|
|||
>
|
||||
<Navbar />
|
||||
|
||||
<div class="py-10 px-4 mx-auto max-w-2xl md:py-10">
|
||||
<div class="py-10 px-4 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