From 3c3df742433a39522dd8da7b19bb22e7a3b394f0 Mon Sep 17 00:00:00 2001 From: puneetnith28 Date: Sun, 13 Sep 2026 14:59:41 +0530 Subject: [PATCH] fix: clamp blog post excerpts to three lines --- components/Blog/PostCard/index.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/Blog/PostCard/index.module.css b/components/Blog/PostCard/index.module.css index bc03655e..13166d86 100644 --- a/components/Blog/PostCard/index.module.css +++ b/components/Blog/PostCard/index.module.css @@ -40,7 +40,8 @@ text-sm leading-relaxed text-neutral-600 - dark:text-neutral-300; + dark:text-neutral-300 + line-clamp-3; } .foot {