Thème Ville d'Avray: suppression de l'espace en haut d'écran pour le style appliqué aux petits écrans (mobiles)

This commit is contained in:
Michael Bideau 2019-03-13 15:50:13 +00:00
parent 93d6a79762
commit 1cd2839478
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ header {
padding-left: 730px;
@media screen and (max-width: $mobile-limit) {
height: 75px;
padding-left: 0;
max-width: 90%;
background-size: contain;