Преглед на файлове

margin img region top ressource

ouidade преди 1 месец
родител
ревизия
d404eddf57
променени са 2 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 1 0
      web/themes/custom/eql/dist/assets/css/bundle.css
  2. 2 0
      web/themes/custom/eql/scss/pages/_ressource.scss

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

@@ -2163,6 +2163,7 @@ a {
     grid-row: 1/span 7; /* Prendre toutes les lignes disponibles */
     align-self: start; /* S'assurer qu'il commence en haut */
     justify-self: end;
+    margin-left: 2rem;
   }
 }
 @media (max-width: 1100px) {

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

@@ -19,11 +19,13 @@
                     width: fit-content;
                     padding-right: 2rem;
                     padding-left: 25%;
+                    
                     @media screen and (min-width:1100px) {                        
                         grid-column: 1;
                         grid-row: 1 /span 7; /* Prendre toutes les lignes disponibles */
                         align-self: start; /* S'assurer qu'il commence en haut */
                         justify-self: end;
+                        margin-left: 2rem;
                     }
                     @media (max-width: 1100px) {
                         padding-left: 13%;