File tree 1 file changed +19
-28
lines changed
1 file changed +19
-28
lines changed Original file line number Diff line number Diff line change @@ -295,47 +295,38 @@ footer.sticky-bottom {
295
295
// Projects
296
296
297
297
.projects {
298
+ a {
299
+ text-decoration : none ;
300
+
301
+ & :hover {
302
+ .card-title {
303
+ color : var (--global-theme-color );
304
+ }
305
+ }
306
+ }
307
+
308
+ .card {
309
+ img {
310
+ width : 100% ;
311
+ }
312
+ .card-title {
313
+ color : $black-color ;
314
+ }
315
+ }
316
+
298
317
.card-item {
299
318
width : auto ;
300
319
margin-bottom : 10px ;
301
320
302
- a {
303
- text-decoration : none ;
304
- }
305
-
306
321
.row {
307
322
display : flex ;
308
323
align-items : center ;
309
324
}
310
-
311
- .card {
312
- img {
313
- width : 100% ;
314
- }
315
- }
316
325
}
317
326
318
327
.grid-item {
319
328
width : 250px ;
320
329
margin-bottom : 10px ;
321
-
322
- a {
323
- color : black ;
324
- text-decoration : none ;
325
-
326
- & :hover {
327
- color : var (--global-theme-color );
328
- }
329
- }
330
-
331
- .card {
332
- img {
333
- width : 100% ;
334
- }
335
- .card-title {
336
- color : $black-color ;
337
- }
338
- }
339
330
}
340
331
341
332
h2 .category {
You can’t perform that action at this time.
0 commit comments