From 47fb095dbd0c26035387b7f431fe78577c073ccf Mon Sep 17 00:00:00 2001 From: The Ghost of FOSS' Future <163201376+sneedgroup-holder@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:13:49 -0500 Subject: [PATCH] Update index.html --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 19392e4..923526e 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ } .container { display: flex; - height: 47em; + height: 96.9%; } .sidebar { width: 6%; @@ -85,6 +85,7 @@ } .status-bar { height: 2%; + width: 100%; background-color: #007acc; color: #fff; display: flex;