Add possibility to show tags on post cards

This commit is contained in:
BernatBC 2023-07-28 16:04:23 +02:00
parent 55560f40bd
commit 99b5790a1a
4 changed files with 52 additions and 0 deletions

View file

@ -98,6 +98,22 @@ body.kind-section, body.kind-term {
width: fit-content;
}
.taxonomy-terms-card {
text-align: left;
}
.taxonomy-terms-card li {
font-size: 0.5em;
list-style-type: none;
display: inline-block;
background: #248aaa;
margin-left: 0.1em;
margin-right: 0.1em;
}
.taxonomy-terms-card a {
color: #f9fafc;
}
/* ============= Device specific fixes ======= */
/* Large screens such as TV */