Adjust margins in heading
This commit is contained in:
parent
3c8d8dce6e
commit
dfff82e450
2 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@
|
|||
</div>
|
||||
<div class="w-layout-vflex flex-block-2 purple" style="background-color:#552a85">
|
||||
<div id="header-elements">
|
||||
<h1 class="heading-8" style="margin: 0;">{{title}}</h1>
|
||||
<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"
|
||||
|
|
|
@ -208,7 +208,7 @@ li {
|
|||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
font-size: 64px;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.image {
|
||||
|
@ -315,4 +315,4 @@ article>* {
|
|||
.text-block {
|
||||
font-size: 6vw;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue