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

This commit is contained in:
Helldragon67 2025-01-17 07:34:19 +01:00
parent b61c306ea1
commit 24fde574e4
3 changed files with 7 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2795,13 +2795,16 @@ figcaption a {
.gh-footer-social { .gh-footer-social {
display: flex; display: flex;
align-items: center;
justify-content: center; /* Centers the icons horizontally */ justify-content: center; /* Centers the icons horizontally */
gap: 10px; /* Adds some space between the icons */ gap: 10px; /* Adds some space between the icons */
margin-top: 20px; /* Adds some space between the menu and icons */ margin-top: 0px; /* Adds some space between the menu and icons */
margin-top: 25px;
} }
.gh-footer-social a img { .gh-footer-social a img {
width: 30px; /* Adjust the size of the icons */ width: 20px; /* Adjust the size of the icons */
height: auto; height: auto;
} }