Adjust margins on heading
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-04-24 09:10:04 -04:00
parent d866cf24cd
commit 847fddc09b
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@
<div class="text-block-2">{{author.full_name}}</div>
{% endfor %}
</div>
<p class="text-block-2" style="font-size: 16px">
<p class="text-block-2" style="font-size: 16px;margin-bottom: 0;">
{{read_time}} minute read · Published: {{published}}
</p>
</div>

View file

@ -239,7 +239,7 @@ article>* {
display: flex;
justify-content: space-around;
flex-direction: column;
margin: 14px 20px;
margin: 20px;
align-items: flex-start;
}