toulouse-2022: improve header title display on mobile (#71276)

This commit is contained in:
Thomas Jund 2022-11-14 15:06:37 +01:00 committed by Nicolas ROCHE
parent 4a625e9749
commit b36626bddc
1 changed files with 5 additions and 0 deletions

View File

@ -166,6 +166,7 @@ div#header, div#nav {
@media ($max-mobile-viewport) {
justify-content: flex-start;
height: $header-mobile-height;
margin-right: $nav-menu-side;
}
@media ($min-desktop-viewport) {
padding-top: 27px;
@ -201,6 +202,10 @@ div#header, div#nav {
border-left: 1px solid $gray-5;
padding-left: 1em;
}
@media (max-width: $very-small-limit) {
font-size: $fz-4;
line-height: 1.1;
}
}