Skip to content

Commit 271567f

Browse files
Update card spacing
1 parent 8c28c98 commit 271567f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

_sass/_base.scss

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,15 @@ blockquote {
6868

6969
.card {
7070
background-color: var(--global-card-bg-color);
71-
7271
img {
7372
width: 100%;
7473
}
75-
7674
.card-title {
7775
color: var(--global-text-color);
7876
}
79-
8077
.card-item {
8178
width: auto;
82-
margin-bottom: 10px;
83-
79+
margin-bottom: 0.75rem;
8480
.row {
8581
display: flex;
8682
align-items: center;
@@ -413,24 +409,20 @@ footer.sticky-bottom {
413409
.projects {
414410
a {
415411
text-decoration: none;
416-
417412
&:hover {
418413
.card-title {
419414
color: var(--global-hover-color);
420415
}
421416
}
422417
}
423-
424418
.card {
425419
img {
426420
width: 100%;
427421
}
428422
}
429-
430423
.card-item {
431424
width: auto;
432-
margin-bottom: 10px;
433-
425+
margin-bottom: 0.75rem;
434426
.row {
435427
display: flex;
436428
align-items: center;

0 commit comments

Comments
 (0)