From e106f89dcb88c1175c15a0aa6260f31d01ce452c Mon Sep 17 00:00:00 2001 From: Rohit Pai Date: Sat, 21 Oct 2023 23:26:00 +0100 Subject: [PATCH] All categories page created with flex --- src/blog/css/category.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/blog/css/category.css b/src/blog/css/category.css index 198d8ae..795a700 100644 --- a/src/blog/css/category.css +++ b/src/blog/css/category.css @@ -5,4 +5,17 @@ main > h1 { section.catPosts .largePost { margin-bottom: 3em; -} \ No newline at end of file +} + + +section.categories { + display: flex + flex-direction row; + justify-content: center; + align-items; + flex-wrap: wrap; +} + +section.categories .btnContainer { + flex-basis: 33.3333333% +}