소스 검색

min height 100vh ressources

ouidade 1 주 전
부모
커밋
82d0e20845
3개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      web/profiles/d8-starterkit-profile
  2. 1 0
      web/themes/custom/eql/dist/assets/css/bundle.css
  3. 2 1
      web/themes/custom/eql/scss/pages/ressources.scss

+ 1 - 1
web/profiles/d8-starterkit-profile

@@ -1 +1 @@
-Subproject commit 1ee4ada5f3b0e57a8c665098d4db5dc7bd3db267
+Subproject commit 56e96bd26eda48f2a9fb66e604b619314752086b

+ 1 - 0
web/themes/custom/eql/dist/assets/css/bundle.css

@@ -5338,6 +5338,7 @@ svg.ext {
   }
 }
 .path-ressources .layout-content {
+  min-height: 100vh;
   width: 100vw;
 }
 .path-ressources .layout-content .region-content {

+ 2 - 1
web/themes/custom/eql/scss/pages/ressources.scss

@@ -8,7 +8,8 @@
            }
     }
         .layout-content{
-        width: 100vw;
+            min-height: 100vh;
+            width: 100vw;
         .region-content{
             width: 100%;
             margin: auto;