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