Browse Source

footer

master
rdrew 3 weeks ago
parent
commit
357d5b50b9
  1. 19
      css/components/footer.css
  2. 12
      templates/block/block--oliveskspaces-footerlogosandicons.html.twig

19
css/components/footer.css

@ -49,7 +49,6 @@
}
}
footer.site-footer .block {
color: #fff;
.block__title {
@ -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;
}

12
templates/block/block--oliveskspaces-footerlogosandicons.html.twig

@ -401,12 +401,12 @@ layout ? 'layout--' ~ layout|clean_class,
<i class="fab fa-instagram" aria-hidden="true"></i>
</a>
</span>
<span class="pp-social-icon" itemscope="" itemtype="https://schema.org/Organization">
<a href="https://bsky.app/profile/lmmipei.bsky.social" target="_blank" title="Bluesky" aria-label="Bluesky"
role="button" rel="noopener noreferrer external">
<i class="fa-brands fab fa-bluesky" aria-hidden="true"></i>
</a>
</span>
<!-- <span class="pp-social-icon" itemscope="" itemtype="https://schema.org/Organization"> -->
<!-- <a href="https://bsky.app/profile/lmmipei.bsky.social" target="_blank" title="Bluesky" aria-label="Bluesky" -->
<!-- role="button" rel="noopener noreferrer external"> -->
<!-- <i class="fa-brands fab fa-bluesky" aria-hidden="true"></i> -->
<!-- </a> -->
<!-- </span> -->
<span class="pp-social-icon" itemscope="" itemtype="https://schema.org/Organization">
<a href="https://www.threads.net/@lmminstitute" target="_blank" title="Threads" aria-label="Threads"
role="button" rel="noopener noreferrer external">

Loading…
Cancel
Save