From c22fdc18256f2b66f8d5bd940fbf1efb64bc42f3 Mon Sep 17 00:00:00 2001 From: Yeghro <130201060+Yeghro@users.noreply.github.com> Date: Sat, 25 Jan 2025 17:48:16 -0800 Subject: [PATCH] lowered the sidebar header a bit --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 5766c35..d3c7328 100644 --- a/styles.css +++ b/styles.css @@ -71,6 +71,7 @@ body { color: var(--text-color); font-size: 1.1rem; font-weight: 500; + margin-top: 2rem; } .search-box {