From 3c8d8dce6e127a9fcd358edb11c8604b59576005 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Wed, 24 Apr 2024 09:30:12 -0400 Subject: [PATCH] Adjust margins in heading --- templates/article.html | 4 ++-- templates/css/compute-c23f91.webflow.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/article.html b/templates/article.html index 27044fb..ad1afc2 100644 --- a/templates/article.html +++ b/templates/article.html @@ -69,7 +69,7 @@
-

{{title}}

+

{{title}}

{% for author in authors %} {{author.full_name}}'s Avatar - + \ No newline at end of file diff --git a/templates/css/compute-c23f91.webflow.css b/templates/css/compute-c23f91.webflow.css index 942ca38..26163c8 100644 --- a/templates/css/compute-c23f91.webflow.css +++ b/templates/css/compute-c23f91.webflow.css @@ -221,7 +221,6 @@ li { .flex-block-3 { align-items: center; - margin-bottom: 20px; } .text-block-2 { @@ -242,6 +241,7 @@ article>* { flex-direction: column; margin: 20px; align-items: flex-start; + gap: 14px; } @media screen and (max-width: 991px) { @@ -315,4 +315,4 @@ article>* { .text-block { font-size: 6vw; } -} \ No newline at end of file +}