Update home.module.scss

This commit is contained in:
Starryu-cn 2023-04-05 19:19:36 +08:00 committed by GitHub
parent 47d9c6bc04
commit 4f074526b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,14 @@
bottom: 18px;
}
.sidebar-logo-container {
position: absolute;
top: 50%;
right: 16px;
transform: translateY(-50%);
}
.sidebar-sub-title-container {
display: flex;
align-items: center;