Skip to content

Commit

Permalink
style: adjust responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Jan 25, 2024
1 parent 8e114f2 commit 031cfa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Calendar, Navigation } from "lucide-react";

const Hero = () => {
return (
<div className="flex-center flex-col gap-y-12 min-h-[calc(100vh)]">
<div className="flex-center flex-col gap-y-6 md:gap-y-12 min-h-[calc(100vh)]">
<div className="flex flex-col gap-y-8">
<div className="flex justify-center items-center flex-col gap-y-4">
<h1 className="text-7xl md:text-8xl font-bold text-center">
Expand Down Expand Up @@ -36,7 +36,7 @@ const Hero = () => {
target="_blank"
referrerPolicy="no-referrer"
>
<Button className="text-3xl p-8 rounded-xl">
<Button className="text-xl md:text-3xl p-6 md:p-8 rounded-xl">
Sign up!
</Button>
</Link>
Expand Down

0 comments on commit 031cfa5

Please sign in to comment.