From ebc7cbe3ede76384f178250c2d8ace2604b81ac2 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 11:47:00 -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 ac11026..b03c8fb 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ } .container { display: flex; - height: 90%; + height: 94.2%; } .sidebar { width: 10%; @@ -27,8 +27,8 @@ padding-top: 10px; } .sidebar-icon { - width: 8%; - height: 8%; + width: 80%; + height: auto; margin-bottom: 20px; cursor: pointer; transition: background-color 0.3s;