Skip to content

Commit

Permalink
center cards
Browse files Browse the repository at this point in the history
  • Loading branch information
martincham committed Nov 25, 2024
1 parent 8933e6c commit 428a517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/dev/Websites.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ const Websites: React.FC = () => {
</p>
<Separator className="my-2" />
<div className="mx-auto flex flex-col items-center justify-center gap-6 p-4 sm:p-6 lg:p-8">
<div className=" grid w-full gap-6 sm:grid-cols-1 lg:grid-cols-2 justify-center">
<div className=" grid w-full max-w-2xl gap-6 sm:grid-cols-1 lg:grid-cols-2">
{/* Website Cards */}
<GitHubCard
repoName="martinchamberlin.com"
description="Built with React,TypeScript/JavaScript, Tailwind CSS, and shadcn"
repoLink="https://github.com/martincham/martincham.github.io"
/>
{/* unlisted.studio Card */}
<Card className="lg:max-w-md" x-chunk="charts-01-chunk-0">
<Card className="max-w-lg p-1.5" x-chunk="charts-01-chunk-0">
<CardHeader>
<CardTitle>
<a
Expand Down

0 comments on commit 428a517

Please sign in to comment.