From c6702ec514a16ff12f3102e865292d292ac16a13 Mon Sep 17 00:00:00 2001 From: axtloss Date: Sat, 28 Dec 2024 16:41:50 +0100 Subject: fix bottom bar width --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 0fb9d20..a476c3a 100644 --- a/style.css +++ b/style.css @@ -76,7 +76,7 @@ body { background-color: #505170; display: flex; height: 88px; - width: 1000px; + width: 1400px; justify-content: left; align-items: left; z-index: 100; -- cgit v1.2.3