From 2d57d6dfb17805e1ca673aa2d6a1d704222a6e0f Mon Sep 17 00:00:00 2001 From: jenoh Date: Mon, 4 Mar 2019 09:58:25 +0100 Subject: [PATCH] responsiv --- assets/css/style.css | 27 ++++++++++++++++++++++++++- assets/html/includes/footer.html | 4 ++-- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index f59cdf1..ce80163 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -455,7 +455,7 @@ input { } .container-post { - margin-bottom: 20px; + margin-bottom: 30px; background-color: white; padding: 45px; } @@ -665,6 +665,27 @@ input { } @media screen and (max-width: 640px) { + .contact-footer{ + display: none; + } + .connexion-footer{ + display: none; + } + .bloc-post{ + width: 100%; + } + .bloc-recent{ + padding-top: 10px; + width: 100%; + } + .cover-text { + padding: 0px 40px; + } + + .bloc-filter{ + display:none; + } + .nav_imie { height: 0; } @@ -740,6 +761,10 @@ input { .bloc_principal { height: 650px; } + + .cover-text { + padding: 0px 40px; + } } form.login > input { diff --git a/assets/html/includes/footer.html b/assets/html/includes/footer.html index 04e46d9..b290a0d 100644 --- a/assets/html/includes/footer.html +++ b/assets/html/includes/footer.html @@ -15,8 +15,8 @@