Add spacing between project tags (#892)
* Add spacing between project tags * Fix
This commit is contained in:
parent
cbdb07dbf1
commit
35bca71987
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@
|
|||
|
||||
.project-card-footer {
|
||||
display: flex;
|
||||
.badge {
|
||||
margin-left: 0.1em;
|
||||
margin-right: 0.1em;
|
||||
}
|
||||
}
|
||||
|
||||
.project-tags-holder {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue