Explorar el Código

css page ressources

ouidade hace 10 meses
padre
commit
fe7fe64b84

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

@@ -2170,6 +2170,7 @@ a {
   .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-mots-clefs {
     width: auto;
     margin-left: 0;
+    margin-right: 15%;
     grid-column: 2/3;
     align-self: start; /* S'assurer qu'il commence en haut */
     height: fit-content;

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

@@ -50,6 +50,7 @@
                     @media screen and (min-width: 1100px) {
                         width: auto;
                         margin-left: 0;
+                        margin-right: 15%;
                         grid-column: 2 / 3;
                         align-self: start; /* S'assurer qu'il commence en haut */
                         height: fit-content ;