From 4940d76ee09bf347cc15eb9af6b7b84d08ec5d64 Mon Sep 17 00:00:00 2001 From: SeoulSKY Date: Tue, 19 Dec 2023 00:03:13 -0600 Subject: [PATCH] Update width of header element in index.html --- web-server/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-server/public/index.html b/web-server/public/index.html index aafc620..4c0f86b 100644 --- a/web-server/public/index.html +++ b/web-server/public/index.html @@ -11,7 +11,7 @@ position: absolute; top: 0; left: 0; - width: 100%; + width: 0%; height: 5px; background: #fff; border: 0;