@media 810 overflow hidden
This commit is contained in:
@@ -2183,6 +2183,11 @@ svg.ext {
|
|||||||
.page-node-type-ressource .layout-container {
|
.page-node-type-ressource .layout-container {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 810px) {
|
||||||
|
.page-node-type-ressource .layout-container {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
.page-node-type-ressource .layout__region--top {
|
.page-node-type-ressource .layout__region--top {
|
||||||
padding-top: 4rem;
|
padding-top: 4rem;
|
||||||
/* Hide empty blocks */
|
/* Hide empty blocks */
|
||||||
@@ -5275,6 +5280,11 @@ svg.ext {
|
|||||||
.path-ressources .layout-container {
|
.path-ressources .layout-container {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 810px) {
|
||||||
|
.path-ressources .layout-container {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
.path-ressources .layout-content {
|
.path-ressources .layout-content {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
.page-node-type-ressource{
|
.page-node-type-ressource{
|
||||||
.layout-container{
|
.layout-container{
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
@media (max-width: 810px) {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// #block-contenudelapageprincipale{
|
// #block-contenudelapageprincipale{
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||
|
|
||||||
.layout-container {
|
.layout-container {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
@media (max-width:810px) {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.layout-content{
|
.layout-content{
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
|||||||
Reference in New Issue
Block a user