tried logo footer again
All checks were successful
Deploy Theme / deploy (push) Successful in 9s

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

View File

@@ -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;