diff --git a/public/css/styles.css b/public/css/styles.css index 1c2f013..514de7f 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -555,4 +555,4 @@ body { height: 120px; top: calc(100% - 120px); } body div.page-contents { - height: calc(100% - 60px - 120px); } } + height: calc(100% - 60px); } } diff --git a/public/css/styles.scss b/public/css/styles.scss index d76d84b..a97b3e1 100644 --- a/public/css/styles.scss +++ b/public/css/styles.scss @@ -861,7 +861,7 @@ body { } div.page-contents { - height: calc(100% - 60px - 120px); + height: calc(100% - 60px); } } } diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 2763d57..8ce3e34 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -45,7 +45,7 @@
%= include 'page/_mobile_menu', categories => $categories %= include 'page/_mobile_foldable', categories => $categories -
+