From 30694d7e7e74972449426f9364f8f24172837bb6 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:00:41 -0500 Subject: [PATCH] Update index.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 7fcd106..d9a9e9d 100644 --- a/index.html +++ b/index.html @@ -16,10 +16,10 @@ } .container { display: flex; - height: 97.4%; + height: 97.32%; } .sidebar { - width: 6.9%; + width: 4.2%; background-color: #333; display: flex; flex-direction: column; @@ -27,7 +27,7 @@ padding-top: 10px; } .sidebar-icon { - width: 64%; + width: 42%; height: auto; margin-bottom: 20px; cursor: pointer;