File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -68,19 +68,15 @@ blockquote {
68
68
69
69
.card {
70
70
background-color : var (--global-card-bg-color );
71
-
72
71
img {
73
72
width : 100% ;
74
73
}
75
-
76
74
.card-title {
77
75
color : var (--global-text-color );
78
76
}
79
-
80
77
.card-item {
81
78
width : auto ;
82
- margin-bottom : 10px ;
83
-
79
+ margin-bottom : 0.75rem ;
84
80
.row {
85
81
display : flex ;
86
82
align-items : center ;
@@ -413,24 +409,20 @@ footer.sticky-bottom {
413
409
.projects {
414
410
a {
415
411
text-decoration : none ;
416
-
417
412
& :hover {
418
413
.card-title {
419
414
color : var (--global-hover-color );
420
415
}
421
416
}
422
417
}
423
-
424
418
.card {
425
419
img {
426
420
width : 100% ;
427
421
}
428
422
}
429
-
430
423
.card-item {
431
424
width : auto ;
432
- margin-bottom : 10px ;
433
-
425
+ margin-bottom : 0.75rem ;
434
426
.row {
435
427
display : flex ;
436
428
align-items : center ;
You can’t perform that action at this time.
0 commit comments