alpes-maritimes-2018: improve feder footer logo display (#53140)

This commit is contained in:
Thomas Jund 2021-04-15 10:30:31 +02:00
parent eacbac86dc
commit 280b8101ae
1 changed files with 17 additions and 7 deletions

View File

@ -1028,13 +1028,6 @@ footer {
.footer--logos-partners {
background-color: #fff;
text-align: center;
@media ($min-desktop-viewport) {
position: absolute;
z-index: 1;
bottom: 3rem;
right: calc((100vw - #{$width}) / 2);
}
.footer--feder-link {
display: inline-block;
background-color: #fff;
@ -1044,6 +1037,20 @@ footer {
width: auto;
}
}
@media ($min-desktop-viewport) {
position: absolute;
z-index: 1;
bottom: 3rem;
right: calc((100vw - #{$width}) / 2);
.footer--feder-link {
padding: 4px;
img {
height: 80px;
}
}
}
}
div#footer-wrapper {
@ -1056,6 +1063,9 @@ div#footer-wrapper {
background: $footer-background url('img/footer-mobile.png') right bottom;
background-repeat: no-repeat;
}
@media ($min-desktop-viewport) {
min-height: 200px;
}
a {
color: #fff;
}