1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-27 17:19:41 +02:00

Add project logo at the bottom of aside (#190)

* feat: add project logo at the bottom of aside

* fix: fix unaligned logo
This commit is contained in:
YeoKyung Yoon 2022-06-03 00:01:02 +09:00 committed by GitHub
parent 9ecf8f90d9
commit 16ba86fddb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 89 additions and 31 deletions

View file

@ -63,6 +63,17 @@
&__current {
color: var(--color-page-active) !important;
}
&__logo-wrapper {
margin-top: 5rem;
display: flex;
align-items: center;
gap: 18px;
.logo {
display: inline-flex;
}
}
}
.docs-aside-toggler {