Skip to content

Commit 4ceea26

Browse files
authored
Merge pull request #231 from vdvibhu20/pills
added margin to pill-sm
2 parents 798e5a4 + 89a5f90 commit 4ceea26

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sass/styles/objects/o-run-card/o-run-card.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,17 @@
7676
.tag-container{
7777
display: flex;
7878
flex-wrap: wrap;
79-
margin-top: 25px;
79+
margin-top: 15px;
8080
}
8181

8282
.pill{
8383
@include margin(5px, 10px, 5px, 0);
8484
}
8585

86+
.pill-sm{
87+
@include margin(3px, 6px, 3px, 0);
88+
}
89+
8690
.font-sm{
8791
font-size: $card-md;
8892
}

0 commit comments

Comments
 (0)