grenoble-metropole-2019: fix top banner margin and font size (#26506)

This commit is contained in:
Serghei Mihai 2019-02-21 14:53:51 +01:00
parent adba1e904d
commit 34af2eb1a9
1 changed files with 12 additions and 3 deletions

View File

@ -73,7 +73,7 @@ form#champRecherche input {
}
.green-button, .lightblue-button {
padding: 5px 10px;
padding: 10px 25px;
color: #000000;
text-decoration: none;
font-weight: bold;
@ -101,15 +101,24 @@ form#champRecherche input {
}
#content {
div.topbanner-wrapper, div.configjsoncell.user {
margin-bottom: 20px;
}
@include vendor-prefix(flex-direction, column);
div.bandeau {
background-repeat: no-repeat;
padding-top: 80px;
height: 400px;
@include vendor-prefix(flex-grow, 1);
min-height: 400px;
h2 {
font-size: 250%;
font-weight: normal;
}
@media screen and (max-width: $mobile-limit) {
padding-top: 10px;
height: 270px;
h2 {
font-size: 180%;
}
}
}
div.bandeau div {