This commit is contained in:
parent
317ea403eb
commit
b61c306ea1
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;
|
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 {
|
.gh-footer-copyright {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<nav class="gh-footer-menu">
|
<nav class="gh-footer-menu">
|
||||||
{{navigation type="secondary"}}
|
{{navigation type="secondary"}}
|
||||||
</nav>
|
</nav>
|
||||||
|
</div>
|
||||||
<!-- Social Media Icons Row -->
|
<!-- Social Media Icons Row -->
|
||||||
<div class="gh-footer-social">
|
<div class="gh-footer-social">
|
||||||
<a href="https://www.facebook.com/profile.php?id=61567646910186" target="_blank">
|
<a href="https://www.facebook.com/profile.php?id=61567646910186" target="_blank">
|
||||||
@ -24,5 +24,4 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user