make the logo actually as wide as the sidebar

This commit is contained in:
Jakob Schrettenbrunner 2018-07-27 08:44:50 +02:00
parent 1dbd24165a
commit b844c27fd3

View File

@ -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 {