Selaa lähdekoodia

min height 100vh ressources

ouidade 1 viikko sitten
vanhempi
commit
82d0e20845

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