diff --git a/web/profiles/d8-starterkit-profile b/web/profiles/d8-starterkit-profile index 1ee4ada..56e96bd 160000 --- a/web/profiles/d8-starterkit-profile +++ b/web/profiles/d8-starterkit-profile @@ -1 +1 @@ -Subproject commit 1ee4ada5f3b0e57a8c665098d4db5dc7bd3db267 +Subproject commit 56e96bd26eda48f2a9fb66e604b619314752086b diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index 404f5cb..51ba81a 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/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 { diff --git a/web/themes/custom/eql/scss/pages/ressources.scss b/web/themes/custom/eql/scss/pages/ressources.scss index 1fe9be2..9d6f908 100644 --- a/web/themes/custom/eql/scss/pages/ressources.scss +++ b/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;