From eafd8f3154755f1f93c29f6bcf8e76fb0db81e30 Mon Sep 17 00:00:00 2001 From: Andrew Bevan Date: Mon, 8 Jan 2024 19:26:16 +0200 Subject: [PATCH] featured image tweak --- _layouts/post.html | 2 +- _sass/minima/custom-styles.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index cc45f1a..d6e6a67 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -32,7 +32,7 @@

{{ page.title | escape }} {%- if page.image -%} featured image {%- else -%} - featured image + featured image {%- endif -%} diff --git a/_sass/minima/custom-styles.scss b/_sass/minima/custom-styles.scss index c49db17..4142293 100644 --- a/_sass/minima/custom-styles.scss +++ b/_sass/minima/custom-styles.scss @@ -57,4 +57,5 @@ a.circle { width: 100%; height: 200px; object-fit: cover; + padding-bottom: 30px; }