소스 검색

height paralax-miror

ouidade 3 년 전
부모
커밋
0dbcf4d2d8
2개의 변경된 파일3개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 1
      user/themes/epau-antimatter/css-compiled/template.css
  2. 1 5
      user/themes/epau-antimatter/scss/template/_custom.scss

+ 2 - 1
user/themes/epau-antimatter/css-compiled/template.css

@@ -961,7 +961,8 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
   background: transparent; }
 
 .parallax-mirror {
-  top: -80px; }
+  top: -80px;
+  height: auto; }
 
 .programme {
   z-index: 1;

+ 1 - 5
user/themes/epau-antimatter/scss/template/_custom.scss

@@ -25,11 +25,7 @@
   background: none !important;
 
   #body{
-    // min-height: 100vh;
-    // display: flex;
-    // flex-direction: column;
     background: none !important;
-
     padding-bottom: 2rem !important;
     font-family: "Sarabun", sans-serif !important;
     p:empty { display:none; }
@@ -262,7 +258,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
 
 .parallax-mirror {
   top: -80px;
-  // height: auto;
+  height: auto;
 
 
 }