|
@@ -5291,6 +5291,12 @@ svg.ext {
|
|
|
width: fit-content;
|
|
|
margin-left: 28%;
|
|
|
}
|
|
|
+@media (max-width: 810px) {
|
|
|
+ .path-ressources .layout-content .region-content #block-contenudelapageprincipale h2 {
|
|
|
+ margin-left: 0;
|
|
|
+ line-height: 4rem;
|
|
|
+ }
|
|
|
+}
|
|
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
@@ -5306,6 +5312,12 @@ svg.ext {
|
|
|
margin: auto;
|
|
|
margin-left: 28%;
|
|
|
}
|
|
|
+@media (max-width: 810px) {
|
|
|
+ .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-config-pages-block {
|
|
|
+ margin-left: 0;
|
|
|
+ width: 90%;
|
|
|
+ }
|
|
|
+}
|
|
|
@media (max-width: 479px) {
|
|
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-config-pages-block {
|
|
|
order: 1;
|
|
@@ -5317,7 +5329,8 @@ svg.ext {
|
|
|
}
|
|
|
@media (max-width: 810px) {
|
|
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-config-pages-block .config_pages--base-de-donnees--full {
|
|
|
- padding: 2rem;
|
|
|
+ padding-top: 1rem;
|
|
|
+ padding-left: 2rem;
|
|
|
margin-top: 1rem;
|
|
|
}
|
|
|
}
|
|
@@ -5397,6 +5410,12 @@ svg.ext {
|
|
|
grid-template-columns: 25% 80%;
|
|
|
gap: 2rem;
|
|
|
}
|
|
|
+@media (max-width: 810px) {
|
|
|
+ .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ }
|
|
|
+}
|
|
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-filters {
|
|
|
position: sticky;
|
|
|
align-self: start;
|
|
@@ -5415,6 +5434,8 @@ svg.ext {
|
|
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-filters {
|
|
|
position: static;
|
|
|
margin-bottom: 2rem;
|
|
|
+ transform: none;
|
|
|
+ margin-bottom: 0px;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 479px) {
|