.title-menu-left { height: calc(100vh - #{$header-height}); padding-right: 0; .title-menu-left-block { margin-left: -15px; &.menu { height: 100%; } } #peertube-title { background-color: #fff; border-right: 1px solid $header-border-color; font-size: 25px; line-height: $header-height; text-align: center; margin-top: 0; margin-bottom: 0; display: flex; flex-direction: column; justify-content: center; text-align: center; a { color: inherit !important; display: block; background: url(/client/assets/logo.png) no-repeat; background-size: contain; width: 180px; height: 22px; margin: auto; &:hover { color: inherit !important; text-decoration: none !important; } } } } my-search { // Fix col-md-* padding padding: 0; } footer { border-top: 1px solid $footer-border-color; padding: 10px 0; text-align: center; font-size: 11px; margin-top: $footer-margin; height: $footer-height; }