ouidade 3 년 전
부모
커밋
b28e88de8d
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 2
      web/themes/custom/eql/css-compiled/styles.css
  2. 1 1
      web/themes/custom/eql/scss/global/_layout.scss

+ 1 - 2
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%; }
 

+ 1 - 1
web/themes/custom/eql/scss/global/_layout.scss

@@ -15,7 +15,7 @@
     }
     main{
         position: relative;
-        top: -7rem;
+        // top: -7rem;
     }
     footer{
         flex: 0 0 100%;