Add spacing between project tags (#892)

* Add spacing between project tags

* Fix
This commit is contained in:
Bernat Borràs Civil 2024-02-12 20:35:55 +01:00 committed by GitHub
parent cbdb07dbf1
commit 35bca71987
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,6 +35,10 @@
.project-card-footer {
display: flex;
.badge {
margin-left: 0.1em;
margin-right: 0.1em;
}
}
.project-tags-holder {