This commit is contained in:
Raphix
2023-02-22 13:57:27 +01:00
parent 9764132760
commit 3e2ff38897
22 changed files with 1209 additions and 79 deletions

View File

@ -288,7 +288,7 @@ body {
.sidebar-content {
text-align: center;
height: 85%;
height: 83%;
padding-top: 50%;
padding-bottom: 50%;
@ -308,7 +308,7 @@ body {
.sidebar-footer {
height: 5%;
height: 10%;
text-align: center;
}
@ -328,12 +328,13 @@ body {
vertical-align: center;
align-items: center;
align-self: center;
transform: scale(1.7);
}
.sidebar:hover .sidebar-image {
display: unset;
transform: scale(1);
}