Fix tag separation in post cards (#818)
This commit is contained in:
committed by
GitHub
parent
acd4f63cda
commit
45b0b5b704
@@ -51,14 +51,16 @@
|
||||
|
||||
.tags {
|
||||
text-align: left;
|
||||
|
||||
padding-top: 0.5em;
|
||||
li {
|
||||
font-size: 0.5em;
|
||||
list-style-type: none;
|
||||
display: inline-block;
|
||||
background: get-light-color('accent-color');
|
||||
margin-left: 0.1em;
|
||||
margin-right: 0.1em;
|
||||
margin-left: 0.2em;
|
||||
margin-right: 0.2em;
|
||||
margin-top: 0.6em;
|
||||
margin-bottom: 0.6em;
|
||||
}
|
||||
a {
|
||||
color: get-light-color('text-over-accent-color');
|
||||
|
||||
Reference in New Issue
Block a user