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); + } } }