瀏覽代碼

responsive filters fixed

ouidade 1 天之前
父節點
當前提交
48ea3a0619

+ 2 - 1
web/themes/custom/eql/dist/assets/css/bundle.css

@@ -5835,7 +5835,7 @@ svg.ext {
 }
 @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 .view-content .view-type-slide:not(footer) .views-row-wrapper {
-    padding-left: 1rem !important;
+    padding-left: 0rem !important;
     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-content .view-type-slide:not(footer) .views-row-wrapper .views-row {
@@ -7133,6 +7133,7 @@ article.node-type-ressource.type-presse .field--name-field-images {
   .type-les-projets-en-images.views-row article.node-type-ressource.type-les-projets-en-images .wrapper-ressource {
     display: flex;
     flex-direction: column;
+    padding-left: 1rem !important;
   }
 }
 .type-les-projets-en-images.views-row article.node-type-ressource.type-les-projets-en-images .wrapper-ressource .field--name-field-images {

+ 1 - 1
web/themes/custom/eql/scss/pages/ressources.scss

@@ -615,7 +615,7 @@
                                                 }
                                               
                                                 @media (max-width: 810px){
-                                                    padding-left: 1rem !important;
+                                                    padding-left: 0rem !important;
                                                     flex-direction: column;
                                                     .views-row{
                                                         width: 100% !important;

+ 1 - 0
web/themes/custom/eql/scss/partials/_node-type-ressource-teaser.scss

@@ -286,6 +286,7 @@ article.node-type-ressource{
         @media (max-width: 479px) {
             display: flex;
             flex-direction: column;
+            padding-left: 1rem !important;
         }
     
         .field--name-field-images {