sables-d-olonne: remove margin-bottom of footer on $min-desktop-viewport

This commit is contained in:
Thomas Jund 2021-04-02 15:03:59 +02:00
parent 415d59244d
commit 0405639c89
1 changed files with 1 additions and 0 deletions

View File

@ -591,6 +591,7 @@ div#gauche {
//
.has-pwa-navigation footer {
margin-bottom: 0;
@media ($max-mobile-viewport) {
margin-bottom: calc(#{$nav-mobile-bottom-bar-height} + 2em);
}