From 989f85bd1d658c1cc7004af54030dc11e3a0e176 Mon Sep 17 00:00:00 2001 From: Jason <38664452+uchks@users.noreply.github.com> Date: Sun, 6 Oct 2024 12:19:58 -0500 Subject: [PATCH] attempt to fix css again --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index e4b1c1aa..6a611b3c 100644 --- a/style.css +++ b/style.css @@ -113,12 +113,15 @@ body { color: var(--text-primary); } +.h5 { + margin-top: -10px; +} + /* Lists and items */ .list-group { background-color: var(--bg-secondary); border-radius: 12px; overflow: hidden; - margin-bottom: 10px; } .list-group-item {