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:
parent
9ecf8f90d9
commit
16ba86fddb
3 changed files with 89 additions and 31 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue