fix(index): no need for spacer in the Hero
This commit is contained in:
parent
f05c0b8e9c
commit
becb413cbf
|
@ -12,9 +12,8 @@ import {
|
|||
function Hero() {
|
||||
return (
|
||||
<div
|
||||
class={`px-4 py-8 mx-auto bg-[#a9def9] -top-20 -mb-20 relative`}
|
||||
class={`px-4 py-8 mx-auto bg-[#a9def9] -top-20 -mb-20 pt-24 relative`}
|
||||
>
|
||||
<div class="h-20" />
|
||||
<div class="max-w-screen-md mx-auto">
|
||||
<div class="w-full h-full flex flex-col items-center justify-center">
|
||||
<h1 class="text-4xl font-bold">
|
||||
|
|
Loading…
Reference in New Issue