alpes-maritimes-2018: fix header logo width (#59719)

This commit is contained in:
Serghei Mihai 2021-12-14 17:52:13 +01:00
parent a450ef2243
commit d15bc79c31
1 changed files with 2 additions and 1 deletions

View File

@ -95,6 +95,7 @@ div#header-wrapper {
#top {
@media ($min-desktop-viewport) {
display: flex;
justify-content: space-between;
}
}
@ -102,7 +103,6 @@ h1#logo.has-logo {
padding: 20px 0;
@media ($min-desktop-viewport) {
align-self: center;
flex-grow: 1;
}
& a {
display: block;
@ -112,6 +112,7 @@ h1#logo.has-logo {
}
@media ($min-desktop-viewport) {
height: 60px;
width: 360px;
}
}
}