From 357d5b50b955ecfbcc0064b2ba8e335e812c58d1 Mon Sep 17 00:00:00 2001 From: rdrew Date: Wed, 15 Jul 2026 13:30:02 -0300 Subject: [PATCH] footer --- css/components/footer.css | 31 ++++++++++++++----- ...liveskspaces-footerlogosandicons.html.twig | 12 +++---- 2 files changed, 30 insertions(+), 13 deletions(-) diff --git a/css/components/footer.css b/css/components/footer.css index 81ac84e..7e17244 100755 --- a/css/components/footer.css +++ b/css/components/footer.css @@ -49,17 +49,16 @@ } } - footer.site-footer .block { color: #fff; .block__title { - color: var(--color--lmmi-tan); - font-size:1.8em; -} + color: var(--color--lmmi-tan); + font-size: 1.8em; + } a { - text-decoration:none; + text-decoration: none; } - a::hover { + a::hover { text-decoration: underline; } li { @@ -71,5 +70,23 @@ footer.site-footer .block { p { margin: 1rem 0; } - } + +.social_icons { + display: flex; + justify-content: center; + i { + font-size: 1.5em; + margin: 10px; + margin-top: 1.5em; + } +} +.lmmi_logo { + margin-bottom: 1em; +} +.lmmi_logo, +.upei_logo, +.social_icons { + padding-right: 4em; +} + diff --git a/templates/block/block--oliveskspaces-footerlogosandicons.html.twig b/templates/block/block--oliveskspaces-footerlogosandicons.html.twig index 532d090..cdfa38f 100755 --- a/templates/block/block--oliveskspaces-footerlogosandicons.html.twig +++ b/templates/block/block--oliveskspaces-footerlogosandicons.html.twig @@ -401,12 +401,12 @@ layout ? 'layout--' ~ layout|clean_class, - - - - - + + + + + +