Make the hero component spacing smaller
This commit is contained in:
parent
e104bc8728
commit
6e21847c3b
@ -10,7 +10,7 @@ import Background from "../components/landing/background";
|
||||
* @returns the page jsx
|
||||
*/
|
||||
const LandingPage = (): ReactElement => (
|
||||
<main className="flex flex-col gap-14">
|
||||
<main className="flex flex-col gap-10">
|
||||
{/* Hero */}
|
||||
<div className="relative">
|
||||
<Background />
|
||||
|
@ -13,7 +13,7 @@ import { ReactElement } from "react";
|
||||
*/
|
||||
const Hero = (): ReactElement => (
|
||||
<div className="pt-56 pb-40 flex flex-col gap-8 justify-center items-center">
|
||||
<div className="flex flex-col gap-4 items-center text-center">
|
||||
<div className="flex flex-col gap-4 items-center text-center pointer-events-none">
|
||||
{/* Title */}
|
||||
<h1
|
||||
className={cn(
|
||||
|
Loading…
Reference in New Issue
Block a user