Update theme
This commit is contained in:
parent
f2b357b06a
commit
e9737600c0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -725,7 +725,7 @@ The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px o
|
||||||
|
|
||||||
.author-list {
|
.author-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: no-wrap !important;
|
||||||
margin: 0 0 0 4px;
|
margin: 0 0 0 4px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
@ -808,6 +808,7 @@ The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px o
|
||||||
|
|
||||||
.post-card-byline-date {
|
.post-card-byline-date {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
padding-top: 0.25rem;
|
||||||
/* color: var(--midgrey2) !important; */
|
/* color: var(--midgrey2) !important; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
</ul>
|
</ul>
|
||||||
<div class="post-card-byline-content">
|
<div class="post-card-byline-content">
|
||||||
<span>{{#has author="count:>2"}}Multiple authors{{else}}{{authors}}{{/has}}</span>
|
<span>{{#has author="count:>2"}}Wielu autorów{{else}}{{authors}}{{/has}}</span>
|
||||||
<span class="post-card-byline-date"><time datetime="{{date format="YYYY-MM-DD"}}">{{date format="D MMM YYYY"}}</time> <span class="bull" aria-hidden="true">•</span> {{reading_time}}</span>
|
<span class="post-card-byline-date"><time datetime="{{date format="YYYY-MM-DD"}}">{{date format="D MMM YYYY"}}</time> <span class="bull" aria-hidden="true">•</span> {{reading_time}}</span>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user