From 7f7a6ca1197c6cca33831a9f4b2fc6bca1bb49fa Mon Sep 17 00:00:00 2001 From: stefan080106 Date: Sun, 15 May 2022 19:42:34 +0200 Subject: [PATCH] :lipstick: Fix responsive style --- styles/Footer.module.css | 2 +- styles/Footer.module.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/Footer.module.css b/styles/Footer.module.css index 9d521ce..85b52d6 100644 --- a/styles/Footer.module.css +++ b/styles/Footer.module.css @@ -10,7 +10,7 @@ -webkit-box-align: center; -ms-flex-align: center; align-items: center; - position: absolute; + position: relative; bottom: 0; } diff --git a/styles/Footer.module.scss b/styles/Footer.module.scss index cb02096..e04e131 100644 --- a/styles/Footer.module.scss +++ b/styles/Footer.module.scss @@ -6,7 +6,7 @@ justify-content: center; align-items: center; - position: absolute; + position: relative; bottom: 0; a {