We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f03743 commit 70c39b9Copy full SHA for 70c39b9
app/portfolio/components/Projects/Project/index.tsx
@@ -37,7 +37,7 @@ export default function Project({
37
teams,
38
}: ProjectProps) {
39
return (
40
- <Card>
+ <Card className="hover:scale-105 transition-transform">
41
<CardHeader>
42
<CardTitle>{name}</CardTitle>
43
<CardDescription>
app/portfolio/components/Projects/index.tsx
@@ -5,7 +5,7 @@ export default function Projects() {
5
6
<section
7
id="projects"
8
- className="col-span-full grid grid-cols-1 md:grid-cols-2 p-4 gap-4 border-t border-fg/20"
+ className="col-span-full grid grid-cols-1 lg:grid-cols-2 p-8 gap-8 border-t border-fg/20"
9
>
10
<h2 className="col-span-full">Projects</h2>
11
{projects.map((project) => (
0 commit comments