Add spacing between project tags (#892)
* Add spacing between project tags * Fix
This commit is contained in:
committed by
GitHub
parent
cbdb07dbf1
commit
35bca71987
@@ -35,6 +35,10 @@
|
|||||||
|
|
||||||
.project-card-footer {
|
.project-card-footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
.badge {
|
||||||
|
margin-left: 0.1em;
|
||||||
|
margin-right: 0.1em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-tags-holder {
|
.project-tags-holder {
|
||||||
|
|||||||
Reference in New Issue
Block a user