villeurbanne-intranet: set header height for mobile only (#53939)

This commit is contained in:
Serghei Mihai 2021-05-11 16:57:31 +02:00
parent 68639ce094
commit e51d1d046a
1 changed files with 2 additions and 5 deletions

View File

@ -32,9 +32,6 @@
//
// HEADER
//
.site-header {
height: 160px;
}
#header-wrapper {
background-color: hsla(0, 0%, 100%, 0.8);
@ -56,7 +53,6 @@ div#header {
}
h1#logo.has-logo {
padding: 0;
height: 85px;
a {
display: block;
@ -64,8 +60,9 @@ h1#logo.has-logo {
max-width: 100%;
margin: 10px 0;
@media (max-width: $nav-mobile-limit) {
margin: 0 auto;
margin: 5px auto 0 auto;
width: 300px;
height: 45px;
}
}