mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 21:05:59 -06:00
make the logo actually as wide as the sidebar
This commit is contained in:
parent
1dbd24165a
commit
b844c27fd3
@ -13,7 +13,8 @@
|
||||
|
||||
@screen md {
|
||||
.logo-container {
|
||||
width: 23rem; /* sidebar is 20rem + 1.5rem padding on each side for nav */
|
||||
@apply .flex-no-shrink;
|
||||
width: calc($sidebar-width - 1.5rem); /* sidebar is 20rem + 1.5rem padding on each side for nav */
|
||||
}
|
||||
|
||||
.home-link {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user