From 847fddc09bc5761db4ab44196d04fed81725d54a Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Wed, 24 Apr 2024 09:10:04 -0400 Subject: [PATCH] Adjust margins on heading --- templates/article.html | 2 +- templates/css/compute-c23f91.webflow.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/article.html b/templates/article.html index b4dee1a..bd5a79f 100644 --- a/templates/article.html +++ b/templates/article.html @@ -77,7 +77,7 @@
{{author.full_name}}
{% endfor %} -

+

{{read_time}} minute read ยท Published: {{published}}

diff --git a/templates/css/compute-c23f91.webflow.css b/templates/css/compute-c23f91.webflow.css index faf70e4..f88fc99 100644 --- a/templates/css/compute-c23f91.webflow.css +++ b/templates/css/compute-c23f91.webflow.css @@ -239,7 +239,7 @@ article>* { display: flex; justify-content: space-around; flex-direction: column; - margin: 14px 20px; + margin: 20px; align-items: flex-start; }