From 2499b69823eca8c483ca3930cb3483b28fda6205 Mon Sep 17 00:00:00 2001 From: timurgordon Date: Fri, 25 Feb 2022 22:18:30 +0300 Subject: [PATCH] fixed footer design bugs --- templates/partials/footer.html | 6 ++++-- templates/partials/postCard.html | 2 +- templates/shortcodes/row.html | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 5458a41..44862d2 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -19,8 +19,10 @@

{% include "partials/socialLinks.html" %} - - {{ section.content | safe }} + +
+ {{ section.content | safe }} +
diff --git a/templates/partials/postCard.html b/templates/partials/postCard.html index 1ca7645..9cf0a57 100644 --- a/templates/partials/postCard.html +++ b/templates/partials/postCard.html @@ -9,7 +9,7 @@ {{ post.title }} {% if post.description %} -

+

{{ post.description }}

{% endif %} diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index cf46462..8cc8242 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -24,7 +24,7 @@ Parameters: {% if "lean" in style %} {% set classes = "relative flex flex-col lg:flex-row items-baseline w-full" %} - {% set column_classes = "flex-1" %} + {% set column_classes = "flex-1 m-4 md:m-0" %} {% endif %} {% if "center" in style %}