File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export default function Home() {
18
18
< Image src = { HeroImage } className = "h-[200px] w-full object-cover" alt = "picture of sunrise" priority />
19
19
20
20
21
- < div className = "flex gap-8 w-full" >
21
+ < div className = "flex gap-4 w-full" >
22
22
23
23
< div className = "flex-1 flex gap-4 flex-col w-full" >
24
24
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export function ProjectList() {
53
53
] ;
54
54
55
55
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 ' >
57
57
{ projects . map ( ( project ) => (
58
58
< ProjectSummary
59
59
key = { project . title }
You can’t perform that action at this time.
0 commit comments