Adjust margins on heading
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
d866cf24cd
commit
847fddc09b
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -239,7 +239,7 @@ article>* {
|
|||
display: flex;
|
||||
justify-content: space-around;
|
||||
flex-direction: column;
|
||||
margin: 14px 20px;
|
||||
margin: 20px;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue