diff --git a/client/src/components/App/index.css b/client/src/components/App/index.css
index e11400b9..78bd0096 100644
--- a/client/src/components/App/index.css
+++ b/client/src/components/App/index.css
@@ -89,18 +89,18 @@ body {
}
.container--wrap {
- min-height: calc(100vh - 160px);
+ min-height: calc(100vh - 372px);
+}
+
+@media screen and (min-width: 768px) {
+ .container--wrap {
+ min-height: calc(100vh - 168px);
+ }
}
@media screen and (min-width: 992px) {
.container--wrap {
- min-height: calc(100vh - 117px);
- }
-}
-
-@media screen and (max-width: 992px) {
- .container--wrap {
- min-height: calc(100vh);
+ min-height: calc(100vh - 187px);
}
}
diff --git a/client/src/components/App/index.js b/client/src/components/App/index.js
index d59f985f..797bf1bc 100644
--- a/client/src/components/App/index.js
+++ b/client/src/components/App/index.js
@@ -192,7 +192,7 @@ const App = () => {