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

This commit is contained in:
Isaac Mills 2024-04-24 09:30:12 -04:00
parent 3f6385f109
commit 3c8d8dce6e
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
2 changed files with 4 additions and 4 deletions

View file

@ -69,7 +69,7 @@
</div> </div>
<div class="w-layout-vflex flex-block-2 purple" style="background-color:#552a85"> <div class="w-layout-vflex flex-block-2 purple" style="background-color:#552a85">
<div id="header-elements"> <div id="header-elements">
<h1 class="heading-8">{{title}}</h1> <h1 class="heading-8" style="margin: 0;">{{title}}</h1>
<div class="w-layout-hflex flex-block-3"> <div class="w-layout-hflex flex-block-3">
{% for author in authors %} {% for author in authors %}
<img src="{{author.avatar_url}}" loading="lazy" width="32" height="32" alt="{{author.full_name}}'s Avatar" <img src="{{author.avatar_url}}" loading="lazy" width="32" height="32" alt="{{author.full_name}}'s Avatar"

View file

@ -221,7 +221,6 @@ li {
.flex-block-3 { .flex-block-3 {
align-items: center; align-items: center;
margin-bottom: 20px;
} }
.text-block-2 { .text-block-2 {
@ -242,6 +241,7 @@ article>* {
flex-direction: column; flex-direction: column;
margin: 20px; margin: 20px;
align-items: flex-start; align-items: flex-start;
gap: 14px;
} }
@media screen and (max-width: 991px) { @media screen and (max-width: 991px) {