Skip to content

Commit

Permalink
feat: fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiTays committed Jan 13, 2025
1 parent ea919bb commit 1e14c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/home/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { PredictFutureBtn } from '@/components/common/PredictFutureBtn';

export const Hero = () => {
return (
<div className="relative flex min-h-[812px] flex-col items-center justify-between pb-[52px] pt-20 md:min-h-[988px] md:pb-[72px] md:pt-24">
<div className="relative flex min-h-[812px] flex-col items-center justify-between pb-[52px] pt-20 md:min-h-[865px] md:pb-[72px] md:pt-20">
<h1 className="text-center font-bona-nova-sc text-[40px] md:text-[60px]">TarotSol AI</h1>
<div className="flex flex-col gap-6 md:flex-row md:gap-10">
<GoToTwitterBtn />
Expand Down

0 comments on commit 1e14c91

Please sign in to comment.