min height 100vh ressources

This commit is contained in:
2025-07-17 12:05:27 +02:00
parent ef27e9792b
commit 82d0e20845
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -5338,6 +5338,7 @@ svg.ext {
} }
} }
.path-ressources .layout-content { .path-ressources .layout-content {
min-height: 100vh;
width: 100vw; width: 100vw;
} }
.path-ressources .layout-content .region-content { .path-ressources .layout-content .region-content {
@@ -8,7 +8,8 @@
} }
} }
.layout-content{ .layout-content{
width: 100vw; min-height: 100vh;
width: 100vw;
.region-content{ .region-content{
width: 100%; width: 100%;
margin: auto; margin: auto;