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

@ -2799,7 +2799,7 @@ figcaption a {
justify-content: center; /* Centers the icons horizontally */
gap: 10px; /* Adds some space between the icons */
margin-top: 0px;
margin-bottom: 75px;
margin-bottom: 50px;
}
@ -2815,8 +2815,9 @@ figcaption a {
}
.gh-footer-sph img{
height: 50px;
width: auto;
width: 150px;
height: auto;
margin-bottom: 75px;
}