tried logo footer again

This commit is contained in:
Helldragon67 2025-01-17 07:30:25 +01:00
parent 317ea403eb
commit b61c306ea1
4 changed files with 34 additions and 20 deletions
assets
partials/components

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -2792,6 +2792,21 @@ figcaption a {
font-size: 10px;
}
.gh-footer-social {
display: flex;
justify-content: center; /* Centers the icons horizontally */
gap: 10px; /* Adds some space between the icons */
margin-top: 20px; /* Adds some space between the menu and icons */
}
.gh-footer-social a img {
width: 30px; /* Adjust the size of the icons */
height: auto;
}
.gh-footer-copyright {
text-align: right;
white-space: nowrap;

@ -4,7 +4,7 @@
<nav class="gh-footer-menu">
{{navigation type="secondary"}}
</nav>
</div>
<!-- Social Media Icons Row -->
<div class="gh-footer-social">
<a href="https://www.facebook.com/profile.php?id=61567646910186" target="_blank">
@ -24,5 +24,4 @@
</a>
</div>
</div>
</div>
</footer>