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; }