Explorar el Código

margin region third projets liées

ouidade hace 7 horas
padre
commit
9716fa4c5b

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

@@ -2660,7 +2660,6 @@ svg.ext {
 }
 .page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-projets-liee {
   order: 1;
-  margin-top: 3rem;
 }
 @media (max-width: 479px) {
   .page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-projets-liee {

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

@@ -484,7 +484,7 @@
                 
                 .block-entity-fieldnodefield-projets-liee{
                     order: 1;
-                    margin-top: 3rem;        
+                    // margin-top: 3rem;        
                     @media(max-width:479px){
                         margin-top: 2rem;
                     }