Skip to content

Commit

Permalink
Update CTA section with margin-top for better spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyshnav001 committed Nov 14, 2024
1 parent f3053a7 commit 3679cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/cta-section-2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function FullScreenCTA() {
<Link href="/register">
<Button
size="lg"
className="bg-red-600 hover:bg-red-700 text-white py-6 px-4 text-xl transition-all duration-300 transform hover:scale-105"
className="bg-red-600 hover:bg-red-700 text-white py-6 px-4 text-xl transition-all duration-300 transform hover:scale-105 mt-8"
>
Register Now
</Button>
Expand Down

0 comments on commit 3679cb7

Please sign in to comment.