From 5cb3c19cc30665aed3f8135c5a293a4450acfefc 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:21:30 -0500 Subject: [PATCH] Update index.html --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 060af6c..4b178a9 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ height: 93%; } .sidebar { - width: 50px; + width: 10%; background-color: #333; display: flex; flex-direction: column; @@ -27,8 +27,8 @@ padding-top: 10px; } .sidebar-icon { - width: 30px; - height: 30px; + width: 8%; + height: 8%; margin-bottom: 20px; cursor: pointer; transition: background-color 0.3s; @@ -43,7 +43,7 @@ display: flex; } .file-explorer { - width: 200px; + width: 23%; background-color: #252526; color: #fff; padding: 10px;