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
ea4a9f3760
commit
d866cf24cd
2 changed files with 11 additions and 25 deletions
|
@ -68,16 +68,16 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="w-layout-vflex flex-block-2 purple" style="background-color:#552a85">
|
||||
<div id="header-elements" style="align-items: flex-start">
|
||||
<h1 class="heading-8" style="font-size: 72px; margin-top: 20px;">{{title}}</h1>
|
||||
<div class="w-layout-hflex flex-block-3" style="margin-bottom: 10px;">
|
||||
<div id="header-elements">
|
||||
<h1 class="heading-8">{{title}}</h1>
|
||||
<div class="w-layout-hflex flex-block-3">
|
||||
{% for author in authors %}
|
||||
<img src="{{author.avatar_url}}" loading="lazy" width="32" height="32" alt="{{author.full_name}}'s Avatar"
|
||||
class="image">
|
||||
<div class="text-block-2">{{author.full_name}}</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<p class="text-block-2" style="margin-left: 20px;margin-bottom: 25px;margin-top:20px;font-size: 16px">
|
||||
<p class="text-block-2" style="font-size: 16px">
|
||||
{{read_time}} minute read · Published: {{published}}
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue