Explorar el Código

responsive ressource

ouidade hace 16 horas
padre
commit
ae138f2da7

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

@@ -2369,17 +2369,17 @@ svg.ext {
 @media (max-width: 550px) {
   .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-auteur-s- .field--name-field-auteur-s- {
     margin-top: 0rem;
+    font-size: 1rem;
   }
 }
 @media (max-width: 550px) {
   .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-auteur-s- {
-    font-size: 1rem;
-    margin-top: 1rem;
+    margin-top: 0.5rem;
   }
 }
 @media (max-width: 550px) {
   .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-date-de-parution {
-    margin-top: 0rem;
+    margin-top: 0.5rem;
   }
 }
 .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-mots-clefs .field--name-field-mots-clefs {

+ 4 - 3
web/themes/custom/eql/scss/pages/_ressource.scss

@@ -153,17 +153,18 @@
                         }
                         @media (max-width: 550px) {
                             margin-top: 0rem;
+                            font-size: 1rem;
                         }
                     }
                     @media (max-width: 550px) {
-                        font-size: 1rem;
-                        margin-top: 1rem;
+                        
+                        margin-top: 0.5rem;
                     }
                 }    
 
                 .block-entity-fieldnodefield-date-de-parution{
                     @media (max-width: 550px) {
-                        margin-top: 0rem;
+                        margin-top: 0.5rem;
                     }
                 }
                 .block-entity-fieldnodefield-mots-clefs{