corrige l'image de fond pour les mobiles

This commit is contained in:
Antoine Ouvrard 2022-04-05 23:43:39 +02:00
parent 007a870462
commit c08f4186ce
2 changed files with 10 additions and 0 deletions

View File

@ -1165,6 +1165,16 @@ input, select, textarea {
z-index: 1;
}
@media screen and (max-width: 736px) {
#bg:after {
background-image: url("../../images/bg-mob.png");
background-position: top;
margin-top: 7em;
}
}
body.is-article-visible #bg:after {
-moz-transform: scale(1.0825);
-webkit-transform: scale(1.0825);

BIN
images/bg-mob.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB