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 {