diff --git a/static/grenoble-metropole-2019/_custom.scss b/static/grenoble-metropole-2019/_custom.scss index 52ba7c3e..535ade2d 100644 --- a/static/grenoble-metropole-2019/_custom.scss +++ b/static/grenoble-metropole-2019/_custom.scss @@ -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 {