Skip to content

Commit

Permalink
change in mobile hero section
Browse files Browse the repository at this point in the history
  • Loading branch information
ashura-code committed Jan 6, 2024
1 parent 928452a commit 93f624d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comps/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function Hero({}: Props) {
// </section>

<section className="space-y-6 h-[90%] dark:bg-[#09090B] flex justify-center pb-8 font-poppins pt-6 md:pb-12 md:pt-10 lg:py-32 dark:text-white">
<div className="container flex max-w-[64rem] flex-col items-center gap-4 text-center">
<div className="container flex max-w-[64rem] my-32 sm:my-16 flex-col items-center gap-4 text-center">
<a
className="rounded-2xl bg-muted px-4 py-1.5 text-sm font-medium"
target="_blank"
Expand Down

0 comments on commit 93f624d

Please sign in to comment.