ui of post author

This commit is contained in:
Simon Vieille 2022-10-08 20:11:19 +02:00
parent 5fdb71af7d
commit c02aca7009
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 7 additions and 1 deletions

View file

@ -707,6 +707,12 @@ pre[class*="language-"] {
padding: 4px 0 !important;
}
.post-author {
p:not(:last-child) {
margin-bottom: 20px;
}
}
.content-footer {
font-size: 14px;
background: darken($color-dark-grey, 10%);

View file

@ -65,7 +65,7 @@
</p>
{%- endif -%}
<div>
<div class="post-author">
{{- description|markdown('post') -}}
</div>
</div>