margin
All checks were successful
Deploy Theme / deploy (push) Successful in 10s

This commit is contained in:
kscheidecker 2025-03-06 16:36:48 +01:00
parent 03b70dc4a9
commit 7dd55927b9
3 changed files with 6 additions and 5 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

@ -2799,7 +2799,7 @@ figcaption a {
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: 0px; margin-top: 0px;
margin-bottom: 75px; margin-bottom: 50px;
} }
@ -2815,8 +2815,9 @@ figcaption a {
} }
.gh-footer-sph img{ .gh-footer-sph img{
height: 50px; width: 150px;
width: auto; height: auto;
margin-bottom: 75px;
} }