alpes-maritimes-2018: reduce header logo height on desktop viewport (#53263)

This commit is contained in:
Thomas Jund 2021-04-26 15:15:48 +02:00
parent a414d486be
commit e78619b760
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ h1#logo.has-logo {
background-position: center;
}
@media ($min-desktop-viewport) {
height: 80px;
height: 60px;
}
}
}