From 9e94f6cade143513c4cc200204fcebeb06b7be94 Mon Sep 17 00:00:00 2001 From: Rohit Pai Date: Tue, 24 Oct 2023 16:25:32 +0100 Subject: [PATCH] added bottom margin --- src/blog/css/category.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/css/category.css b/src/blog/css/category.css index 8317512..288d0d6 100644 --- a/src/blog/css/category.css +++ b/src/blog/css/category.css @@ -15,7 +15,7 @@ section.categories { align-items: center; flex-wrap: wrap; width: 100%; - margin: 0 auto; + margin-bottom: 5em; } section.categories .btnContainer {