From 64b5141d46aa301154d5c9ae4bb37dacd9cc96fc Mon Sep 17 00:00:00 2001 From: saadnpq Date: Wed, 15 Apr 2020 19:36:13 +0200 Subject: [PATCH] fix footer responsivness --- static/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index c65651f..0fc9a65 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -388,6 +388,13 @@ footer{ } } +@media only screen and (max-width: 420px) { + .contact-info{ + flex-direction: column; + align-items: center; + } +} + @media only screen and (min-width: 1200px) { .content { width : 70%;