This commit is contained in:
Caroline Girard 2019-04-08 10:08:38 +02:00
parent 8aff19ba20
commit bc798f17ad

View File

@ -237,7 +237,7 @@ h1{
color:rgba(0,0,0,0.6);
line-height:19px;
text-align:left;
padding-top: 3% !important;
padding-top: 35px !important;
}
#contacts{
@ -428,7 +428,7 @@ h2{
// medias queries
@media screen and (max-width: 880px) {
@media screen and (max-width: 1023px) {
.sub_menu {
display: none;
}
@ -546,7 +546,7 @@ h2{
//formulaire
#footer table {
width: auto !important;
width: 100% !important;
max-width: auto;
border-collapse: collapse;
}
@ -657,8 +657,9 @@ h2{
}
#place, #contacts {
padding-right: 5% !important;
padding-left: 0% !important;
padding-right: 10px !important;
padding-left: 10px !important;
padding-top: 0px !important;
}
@ -674,9 +675,12 @@ h2{
padding-bottom: 20px;
}
tbody {
width: 100% !important;
}
}
@media screen and (max-width: 880px) {
@media screen and (max-width: 1023px) {
#sub_footer #logos {
float: none;
}