footer fin

This commit is contained in:
Caroline Girard 2019-04-08 14:46:45 +02:00
parent 4b0bf775c3
commit f07f0e5f00

View File

@ -243,9 +243,11 @@ h1{
} }
#contacts{ #contacts{
padding-right:50px; padding-right:50px;
padding-top: 35px;
} }
#place{ #place{
padding-right:35px; padding-right:35px;
padding-top: 35px;
} }
#logos{ #logos{
@ -649,9 +651,8 @@ img, table{
#groupepayreid img{ #groupepayreid img{
height: 90px !important; height: 90px !important;
display: block; display: block;
width: auto; margin: 0 auto !important;
position: relative; padding-bottom: 20px;
left: 35%;
} }
#place, #contacts { #place, #contacts {
@ -666,3 +667,9 @@ img, table{
} }
} }
} }
@media screen and (max-width: 880px) {
#sub_footer #logos {
float: none;
}
}