From 103f5a091838855c36ef1457a0a2fb02fd0e1240 Mon Sep 17 00:00:00 2001 From: Ghislaine Guerin Date: Wed, 14 Feb 2024 16:44:17 -0300 Subject: [PATCH] fix responsive layout --- _includes/blog_card.html | 4 ++-- _includes/latest-posts.html | 2 +- _includes/tag_cloud.html | 2 +- _layouts/blog.html | 2 +- _layouts/post.html | 2 +- assets/main.scss | 1 + 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/_includes/blog_card.html b/_includes/blog_card.html index 2643bca4..7ceaa2a6 100644 --- a/_includes/blog_card.html +++ b/_includes/blog_card.html @@ -2,7 +2,7 @@ {% assign author = site.data.authors[include.post.author] %}
  • @@ -20,7 +20,7 @@
    {% include tag_cloud.html %} -