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%;