Fix tag separation in post cards (#818)
This commit is contained in:
parent
acd4f63cda
commit
45b0b5b704
1 changed files with 5 additions and 3 deletions
|
@ -51,14 +51,16 @@
|
||||||
|
|
||||||
.tags {
|
.tags {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
padding-top: 0.5em;
|
||||||
li {
|
li {
|
||||||
font-size: 0.5em;
|
font-size: 0.5em;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: get-light-color('accent-color');
|
background: get-light-color('accent-color');
|
||||||
margin-left: 0.1em;
|
margin-left: 0.2em;
|
||||||
margin-right: 0.1em;
|
margin-right: 0.2em;
|
||||||
|
margin-top: 0.6em;
|
||||||
|
margin-bottom: 0.6em;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: get-light-color('text-over-accent-color');
|
color: get-light-color('text-over-accent-color');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue