From f53f178f13bea0b6932f77eae27d98769a1be5a9 Mon Sep 17 00:00:00 2001 From: nik464 Date: Sun, 25 Jul 2021 12:59:58 +0530 Subject: [PATCH] changed footer for mobile --- Style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Style.css b/Style.css index 1dbe304..9d2331b 100644 --- a/Style.css +++ b/Style.css @@ -1529,3 +1529,10 @@ ul { background-color: #030303; } +@media (max-width: 992px) { + + footer { + height: 40px; + } + +} \ No newline at end of file