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,
-
-
-
-
-
+
+
+
+
+
+