File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ export default function Home({
141
141
</ Layout >
142
142
) ;
143
143
}
144
+
144
145
function ProjectCard ( { json, basePath } ) {
145
146
return (
146
147
< Link
@@ -228,8 +229,7 @@ function Carousel({ projects, basePath }) {
228
229
}
229
230
return (
230
231
< div className = "bg-grey" >
231
- < Wave180 className = "rotate-180" > </ Wave180 >
232
- < div className = "container mx-auto py-4 relative overflow-hidden" >
232
+ < div className = "container mx-auto mt-16 mb-16 py-4 p-4 relative overflow-hidden" >
233
233
< h2 className = "text-3xl text-center font-bold" > Recent Projects</ h2 >
234
234
< div
235
235
className = "flex gap-4 flex-row p-4 justify-center transition"
@@ -264,7 +264,6 @@ function Carousel({ projects, basePath }) {
264
264
< Icon className = "" name = "arrow-right" />
265
265
</ button >
266
266
</ div >
267
- < Wave > </ Wave >
268
267
</ div >
269
268
) ;
270
269
}
Original file line number Diff line number Diff line change 48
48
}
49
49
}
50
50
51
+ .project-card-home {
52
+ background : linear-gradient (90deg , # c0abfe, # 90f7df );
53
+ }
51
54
.markdown h1 {
52
55
@apply text-4xl;
53
56
@apply mb-4;
@@ -250,6 +253,11 @@ html {
250
253
scroll-behavior : smooth;
251
254
}
252
255
256
+ footer {
257
+ border-top : 0.5px solid;
258
+ border-top-color : # cabbf6 ;
259
+ background-color : rgb (21 , 21 , 21 );
260
+ }
253
261
/* Scroll to top when button is clicked */
254
262
.scroll-up-button : target {
255
263
scroll-behavior : auto;
You can’t perform that action at this time.
0 commit comments