Skip to content

Commit

Permalink
fix landing page card allignment (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
techmannih authored Jan 7, 2025
1 parent 1478d74 commit ee71602
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export function LandingPage() {
</div>
</div>
<div className="mx-auto grid max-w-5xl items-center gap-6 py-12 lg:grid-cols-3">
<Card>
<Card className="hover:shadow-lg transition-shadow duration-200 h-full">
<CardContent className="p-6">
<Lightning className="h-12 w-12 mb-4" />
<h3 className="text-xl font-bold">Version Control</h3>
Expand All @@ -142,7 +142,7 @@ export function LandingPage() {
</p>
</CardContent>
</Card>
<Card>
<Card className="hover:shadow-lg transition-shadow duration-200 h-full">
<CardContent className="p-6">
<Cpu className="h-12 w-12 mb-4" />
<h3 className="text-xl font-bold">Robust Autorouting</h3>
Expand All @@ -152,7 +152,7 @@ export function LandingPage() {
</p>
</CardContent>
</Card>
<Card>
<Card className="hover:shadow-lg transition-shadow duration-200 h-full">
<CardContent className="p-6">
<Maximize2 className="h-12 w-12 mb-4" />
<h3 className="text-xl font-bold">
Expand Down

0 comments on commit ee71602

Please sign in to comment.