From fbf9449116aa151d5d43f6152e8c525d539ee793 Mon Sep 17 00:00:00 2001 From: Rohit Pai Date: Tue, 24 Oct 2023 16:20:35 +0100 Subject: [PATCH] set width to 100% --- 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 a33d10d..0abc7fe 100644 --- a/src/blog/css/category.css +++ b/src/blog/css/category.css @@ -14,6 +14,7 @@ section.categories { justify-content: center; align-items: center; flex-wrap: wrap; + width: 100%; } section.categories .btnContainer {