From b28e88de8d7d1492d8651dbc012480b087c9f315 Mon Sep 17 00:00:00 2001 From: ouidade Date: Mon, 13 Dec 2021 15:34:06 +0100 Subject: [PATCH] top main --- web/themes/custom/eql/css-compiled/styles.css | 3 +-- web/themes/custom/eql/scss/global/_layout.scss | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index af52258..b251838 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -105,8 +105,7 @@ .layout-container header { flex: 0 0 100%; } .layout-container main { - position: relative; - top: -7rem; } + position: relative; } .layout-container footer { flex: 0 0 100%; } diff --git a/web/themes/custom/eql/scss/global/_layout.scss b/web/themes/custom/eql/scss/global/_layout.scss index 62fc1d1..540aaa5 100644 --- a/web/themes/custom/eql/scss/global/_layout.scss +++ b/web/themes/custom/eql/scss/global/_layout.scss @@ -15,7 +15,7 @@ } main{ position: relative; - top: -7rem; + // top: -7rem; } footer{ flex: 0 0 100%;