@media 810 overflow hidden
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
.page-node-type-ressource{
|
||||
.layout-container{
|
||||
overflow: visible;
|
||||
@media (max-width: 810px) {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
// #block-contenudelapageprincipale{
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
|
||||
.layout-container {
|
||||
overflow: visible;
|
||||
@media (max-width:810px) {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
.layout-content{
|
||||
width: 100vw;
|
||||
|
||||
Reference in New Issue
Block a user