From 27452ed3fbd91d9cf3604a6ca84502f253c23a5a Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Sun, 10 Sep 2023 12:45:47 +0200 Subject: [PATCH] Fixing page contents on portait. --- public/css/styles.css | 2 +- public/css/styles.scss | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/css/styles.css b/public/css/styles.css index c0df476..62f47fc 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -437,5 +437,5 @@ body { body div.carousel { height: 120px; top: calc(100% - 120px); } - div.page-contents { + body div.page-contents { height: calc(100% - 60px - 120px); } } diff --git a/public/css/styles.scss b/public/css/styles.scss index 5a16056..7fd261a 100644 --- a/public/css/styles.scss +++ b/public/css/styles.scss @@ -686,8 +686,8 @@ body { height: 120px; top: calc(100% - 120px); } - } - div.page-contents { - height: calc(100% - 60px - 120px); + div.page-contents { + height: calc(100% - 60px - 120px); + } } }