From 9ba744835a706a0a0bdf757572006c703379484f Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Thu, 25 Jan 2024 23:41:19 -0600 Subject: [PATCH] Left aligned bars --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 1250a20..e286b15 100644 --- a/static/style.css +++ b/static/style.css @@ -287,7 +287,7 @@ hr { width: 100%; background-color: rgb(200, 200, 230); height: 20px; - display: inline-block; + display: block; position: relative; }