diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index a80e21a..98c1b59 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -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; }