refactor(article): remove uppercase style of tags

This commit is contained in:
Jimmy Cai 2020-10-10 09:14:27 +02:00
parent 9df7271547
commit 0c5e6af9d3
No known key found for this signature in database
GPG key ID: 3EA408E527F37B18

View file

@ -104,6 +104,7 @@
.article-tags { .article-tags {
flex-wrap: wrap; flex-wrap: wrap;
text-transform: unset;
} }
} }
} }