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;