croix: put portal title right to logo in desktop (#75473)

This commit is contained in:
Corentin Sechet 2023-03-15 17:19:57 +01:00
parent d41ebfb7ae
commit 5d783049c3
1 changed files with 20 additions and 0 deletions

View File

@ -24,6 +24,26 @@ h1, h2, h3, h4, h5 {
flex-grow: 1;
}
@media($min-desktop-viewport) {
#logo.has-logo a {
text-indent: 0;
text-decoration: none;
font-weight: normal;
.site-title {
position: static !important;
width: auto !important;
height: auto !important;
display: flex;
align-items: center;
margin: 1rem 0 !important;
border-left: 1px solid $blue-2 !important;
padding-left: 1rem !important;
font-size: $font-size-4;
}
}
}
@media($max-mobile-viewport) {
#logo.has-logo {
padding-left: 0;