From 2774d15298505ebd33795ee416ca59bc40c511f3 Mon Sep 17 00:00:00 2001 From: Daniel Valentine Date: Sun, 12 Feb 2023 01:02:25 -0700 Subject: [PATCH] Fix bug causing user/sub title to appear off-center. --- static/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/style.css b/static/style.css index daee889..7795882 100644 --- a/static/style.css +++ b/static/style.css @@ -397,7 +397,6 @@ aside { } #user_title, #sub_title { - margin: 0 20px; font-size: 20px; font-weight: bold; }