From bf5d24dc9fb5a4d22293e2465fe649fc582bd888 Mon Sep 17 00:00:00 2001 From: Ralf Stockmann Date: Thu, 25 May 2023 11:04:40 +0200 Subject: [PATCH] Update styles.css Less wasted vertical space on the cards --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 9f14f87..c5fcc0a 100644 --- a/styles.css +++ b/styles.css @@ -23,6 +23,7 @@ .card-text.text-right { text-align: right; + margin-top: -20px !important; } /* Add padding to the card body to prevent overlay with avatar and username */