From 9349f730163c623c7b7a4129711c49dfc61a031c Mon Sep 17 00:00:00 2001 From: Rohit Pai Date: Tue, 24 Oct 2023 16:19:11 +0100 Subject: [PATCH] centered items --- 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 30d0623..a33d10d 100644 --- a/src/blog/css/category.css +++ b/src/blog/css/category.css @@ -12,7 +12,7 @@ section.categories { display: flex; flex-direction row; justify-content: center; - align-items; + align-items: center; flex-wrap: wrap; }