diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 6c577e1..d7b8616 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -1106,7 +1106,7 @@ header { padding-top: 3rem; } #fotter-bottom .region { display: block; - padding-left: 1rem; + padding-left: 2rem; padding-right: 1rem; padding-bottom: 1rem; border-left: #009ee3 solid 1px; } @@ -1117,7 +1117,7 @@ header { #fotter-bottom .region-footer-bottom-left { margin-left: 3rem; border: none; - width: 25%; } + width: 20%; } #fotter-bottom .region-footer-bottom-left .view-id-partenaires .view-content { display: flex; flex-direction: row; @@ -1129,9 +1129,9 @@ header { padding-bottom: 1rem; } #fotter-bottom .region-footer-bottom-left .block-views-blockpartenaires-block-3 img { width: auto; - height: 30px; } + height: 40px; } #fotter-bottom .region-footer-bottom-right { - width: 25%; + width: 30%; display: flex; flex-direction: column-reverse; justify-content: flex-end; } diff --git a/web/themes/custom/eql/scss/partials/_footer.scss b/web/themes/custom/eql/scss/partials/_footer.scss index 3ba1447..ae481e2 100644 --- a/web/themes/custom/eql/scss/partials/_footer.scss +++ b/web/themes/custom/eql/scss/partials/_footer.scss @@ -13,7 +13,7 @@ .region{ display: block; - padding-left: 1rem; + padding-left: 2rem; padding-right: 1rem; padding-bottom: 1rem; @@ -27,7 +27,7 @@ .region-footer-bottom-left{ margin-left: 3rem; border: none; - width: 25%; + width: 20%; .view-id-partenaires{ .view-content{ @@ -45,19 +45,18 @@ .block-views-blockpartenaires-block-3{ img{ width: auto; - height: 30px; + height: 40px; } } } .region-footer-bottom-right{ - width: 25%; + width: 30%; display: flex; flex-direction: column-reverse; justify-content: flex-end; #block-socialnetwork { - // display: none; margin-bottom: 1rem; .field--name-body{ @@ -118,10 +117,6 @@ .region-footer-bottom-middle{ width: 60%; - // .block-views-blockpartenaires-block-2{ - // border-left: $blue-light solid 1px; - // padding-left: 1rem; - // } .view-id-partenaires{ .view-content{