Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
harshsbhat committed Dec 21, 2024
1 parent 361992e commit 62aa588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/landing/how-to-use.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export default function HowToUse() {
<div className="flex flex-col md:flex-row justify-center items-center gap-4 mb-10 w-[1000px]">
{steps.map((step, index) => (
<Card key={index} className="w-full max-w-sm h-48">
<CardContent className="flex flex-col items-center justify-center p-6 text-center h-full">
<h2 className="text-2xl font-bold flex">{step.title}</h2>
<CardContent className="flex flex-col mt-10 p-6 text-center h-full">
<h2 className="text-2xl font-bold">{step.title}</h2>
<p className="mt-2 text-sm text-gray-600">{step.description}</p>
</CardContent>
</Card>
Expand Down

0 comments on commit 62aa588

Please sign in to comment.