|
@@ -2183,6 +2183,11 @@ svg.ext {
|
|
|
.page-node-type-ressource .layout-container {
|
|
|
overflow: visible;
|
|
|
}
|
|
|
+@media (max-width: 810px) {
|
|
|
+ .page-node-type-ressource .layout-container {
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
+}
|
|
|
.page-node-type-ressource .layout__region--top {
|
|
|
padding-top: 4rem;
|
|
|
/* Hide empty blocks */
|
|
@@ -5275,6 +5280,11 @@ svg.ext {
|
|
|
.path-ressources .layout-container {
|
|
|
overflow: visible;
|
|
|
}
|
|
|
+@media (max-width: 810px) {
|
|
|
+ .path-ressources .layout-container {
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
+}
|
|
|
.path-ressources .layout-content {
|
|
|
width: 100vw;
|
|
|
}
|