From a868136a996166be6cd6f059dad97e11a98d8427 Mon Sep 17 00:00:00 2001 From: Rohit Pai Date: Tue, 24 Oct 2023 16:22:16 +0100 Subject: [PATCH] margin centered --- src/blog/css/category.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/blog/css/category.css b/src/blog/css/category.css index 0abc7fe..8317512 100644 --- a/src/blog/css/category.css +++ b/src/blog/css/category.css @@ -15,6 +15,7 @@ section.categories { align-items: center; flex-wrap: wrap; width: 100%; + margin: 0 auto; } section.categories .btnContainer {