Skip to content

Commit 5ed33a5

Browse files
committed
cleanup spacing
1 parent 711c877 commit 5ed33a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function Home() {
1818
<Image src={HeroImage} className="h-[200px] w-full object-cover" alt="picture of sunrise" priority />
1919

2020

21-
<div className="flex gap-8 w-full">
21+
<div className="flex gap-4 w-full">
2222

2323
<div className="flex-1 flex gap-4 flex-col w-full">
2424

src/components/project-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function ProjectList() {
5353
];
5454

5555
return (
56-
<div className='grid grid-cols-1 min-[450px]:grid-cols-2 sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-4'>
56+
<div className='grid grid-cols-1 min-[450px]:grid-cols-2 sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-2'>
5757
{projects.map((project) => (
5858
<ProjectSummary
5959
key={project.title}

0 commit comments

Comments
 (0)