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