From c2bf2ca2bd525a0a95b6b2037eee31158d0d2e83 Mon Sep 17 00:00:00 2001 From: saadnpq Date: Sat, 11 Apr 2020 23:03:19 +0200 Subject: [PATCH] fix footer responsivness --- static/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index df565db..c65651f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -299,7 +299,7 @@ footer{ } .footer-content{ - width: 60%; + width: 70%; margin: auto; display: flex; flex-direction: row; @@ -358,7 +358,7 @@ footer{ } */ -@media only screen and (max-width: 650px){ +@media only screen and (max-width: 700px){ #sidenav { width: 0px; } @@ -382,7 +382,7 @@ footer{ } } -@media only screen and (max-width: 900px) { +@media only screen and (max-width: 1000px) { .footer-content{ width: 100%; }