From eb48bb09719c5bb80ea1289840ec4ac790648cbe Mon Sep 17 00:00:00 2001 From: n07070 Date: Mon, 18 Jul 2022 01:55:29 +0200 Subject: [PATCH] Add the margin in the bottom of each card on post list --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index bed4972..690bb0a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -232,7 +232,7 @@ p { flex-direction: column; align-items: stretch; border-style: none; - /* margin: 1em; */ + margin-bottom: 1em; } /* .blog-card-feed {