From e0cdc242e486bf243f980138d0d5255990e52f9e Mon Sep 17 00:00:00 2001 From: VidhanThakur09 Date: Sat, 2 Nov 2024 17:37:06 +0530 Subject: [PATCH] improve the cards in category --- category.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/category.css b/category.css index 86d213a3..b3b237d0 100644 --- a/category.css +++ b/category.css @@ -132,7 +132,9 @@ img { display: flex; flex-direction: column; justify-content: center; - align-items: center; + text-align: start; + /* align-items: center; */ + padding-left: 10px; background: rgba(0, 0, 0, 0.5); /* Dark overlay for better contrast */ opacity: 0; transition: opacity 0.4s ease-in-out;