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

@ -38,6 +38,22 @@
-webkit-line-clamp: 5; /* number of lines to show */
-webkit-box-orient: vertical;
}
.taxonomy-terms {
text-align: left;
}
.taxonomy-terms li {
font-size: 0.5em;
list-style-type: none;
display: inline-block;
background: #248aaa;
margin-left: 0.2em;
margin-right: 0.2em;
}
.taxonomy-terms a {
color: #f9fafc;
}
/* ============= Device specific fixes ======= */