From e97e682fdda4b9021f86992889bc49f41cc87539 Mon Sep 17 00:00:00 2001 From: Reef Date: Wed, 24 Jun 2026 19:48:47 +0000 Subject: [PATCH] Increase desc min-height to 3rem for consistent button alignment --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index ed02999..abc98d7 100644 --- a/style.css +++ b/style.css @@ -435,7 +435,7 @@ img { .pcard .desc { font-size: 0.82rem; color: rgba(33, 37, 41, 0.6); - min-height: 2rem; + min-height: 3rem; font-style: italic; } .pcard-body ul {