From e806fbbeaf28b20094f773fee3fcfe1b1e811492 Mon Sep 17 00:00:00 2001 From: sweatshirt0 Date: Sun, 29 Jan 2023 11:42:52 -0500 Subject: [PATCH] minor css padding fix --- styles/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/styles.css b/styles/styles.css index 3652070..3a40672 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -9,7 +9,7 @@ body { } .title-wrapper { - margin-top: 100px; + margin-top: 95px; } .discussion-wrapper {