Browse Source

margin mots clef ressources

ouidade 5 ngày trước cách đây
mục cha
commit
6c6a07e6f7

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

@@ -7923,13 +7923,13 @@ article.node-type-ressource .wrapper-ressource .field--name-field-mots-clefs {
 article.node-type-ressource .wrapper-ressource .field--name-field-mots-clefs .field__item {
   margin-right: 0.5rem;
   padding-right: 0.3rem;
+  margin-bottom: 0.3rem;
   font-size: 0.7rem;
 }
 article.node-type-ressource .wrapper-ressource .field--name-field-mots-clefs .field__item a {
   background: rgb(9, 57, 139);
   color: rgb(255, 255, 255);
   font-weight: 800;
-  vertical-align: super;
   padding-left: 0.1rem;
   padding-right: 0.1rem;
   display: inline-flex;

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

@@ -127,13 +127,14 @@ article.node-type-ressource{
                 margin-right: 0.5rem;
                 // padding-left: 0.3rem;
                 padding-right: 0.3rem;
+                margin-bottom: 0.3rem;
                 font-size: 0.7rem;
             
                 a{
                     background: $blue-dark;
                     color: $white;
                     font-weight: 800;
-                    vertical-align: super;
+                    // vertical-align: super;
                     padding-left: 0.1rem;
                     padding-right: 0.1rem;
                     display: inline-flex;