From 1710efd4832a983e918f0536a487a063f47e71d5 Mon Sep 17 00:00:00 2001 From: ouidade Date: Thu, 6 Jan 2022 12:13:50 +0100 Subject: [PATCH] fix logo rso footer --- web/themes/custom/eql/css-compiled/styles.css | 2 +- web/themes/custom/eql/scss/partials/_footer.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 8743d03..cdcda40 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -2513,7 +2513,7 @@ a { margin-top: 0; display: flex; flex-direction: row-reverse; - justify-content: flex-start; } + justify-content: flex-end; } #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p a { color: white; font-size: 0; diff --git a/web/themes/custom/eql/scss/partials/_footer.scss b/web/themes/custom/eql/scss/partials/_footer.scss index 3e3519a..7102932 100644 --- a/web/themes/custom/eql/scss/partials/_footer.scss +++ b/web/themes/custom/eql/scss/partials/_footer.scss @@ -64,7 +64,7 @@ margin-top: 0; display: flex; flex-direction: row-reverse; - justify-content: flex-start; + justify-content: flex-end; a{ color: $white;