alpes-maritimes-2018: correct position of footer feder logo

This commit is contained in:
Thomas Jund 2021-04-26 17:39:45 +02:00
parent 48d031ba36
commit 1efa0319a8
1 changed files with 5 additions and 1 deletions

View File

@ -1071,7 +1071,7 @@ footer {
position: absolute;
z-index: 1;
bottom: 3rem;
right: calc((100vw - #{$width}) / 2);
right: 1rem;
.footer--feder-link {
padding: 4px;
@ -1080,6 +1080,10 @@ footer {
}
}
}
@media (min-width: $width + 1) {
right: calc((100vw - #{$width}) / 2);
}
}
div#footer-wrapper {