Update index.html

This commit is contained in:
The Ghost of FOSS' Future 2024-09-18 11:47:00 -05:00 committed by GitHub
parent a2d8b6f549
commit ebc7cbe3ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;