Add possibility to show tags on post cards (#782)
* Add possibility to show tags on post cards * Add on_card tags in exampleSite --------- Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
parent
0e12222cc3
commit
08017d5977
5 changed files with 53 additions and 0 deletions
|
@ -98,6 +98,22 @@ body.kind-section, body.kind-term, body.kind-page{
|
|||
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 */
|
||||
|
|
|
@ -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 ======= */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue