From ab1ead7dda489728714ebb9a615e525ad416a2e1 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:03:51 -0500 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d9a9e9d..67f6220 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ height: 97.32%; } .sidebar { - width: 4.2%; + width: 6%; background-color: #333; display: flex; flex-direction: column; @@ -27,7 +27,7 @@ padding-top: 10px; } .sidebar-icon { - width: 42%; + width: 58%; height: auto; margin-bottom: 20px; cursor: pointer;