ouidade 3 роки тому
батько
коміт
9560b939a5

+ 2 - 1
web/themes/custom/eql/css-compiled/styles.css

@@ -669,7 +669,8 @@ header {
   display: flex;
   display: flex;
   flex: 1 1 120px;
   flex: 1 1 120px;
   flex-direction: row;
   flex-direction: row;
-  background-color: white; }
+  background-color: white;
+  padding-top: 3rem; }
   #fotter-bottom .region {
   #fotter-bottom .region {
     display: block;
     display: block;
     padding-left: 1rem;
     padding-left: 1rem;

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

@@ -41,6 +41,8 @@
                         .field__item img{  
                         .field__item img{  
                             width: 100%; 
                             width: 100%; 
                             height: fit-content;  
                             height: fit-content;  
+                            // max-height: 175px;
+                            // object-fit: cover;
                         }
                         }
                         &::after{ 
                         &::after{ 
                             display: block;
                             display: block;

+ 1 - 0
web/themes/custom/eql/scss/partials/_footer.scss

@@ -6,6 +6,7 @@
     flex: 1 1 120px;
     flex: 1 1 120px;
     flex-direction: row;
     flex-direction: row;
     background-color: $white;
     background-color: $white;
+    padding-top: 3rem;
 
 
     .region{
     .region{
         display: block;
         display: block;