From 4bdfb5bcb61a7910a6b2f0828cef4ac1a73ee0c3 Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Sat, 28 Oct 2023 22:09:59 +0200 Subject: [PATCH] Better aspect yet. --- public/css/styles.css | 2 +- public/css/styles.scss | 2 +- templates/layouts/default.html.ep | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -
+