This commit is contained in:
kscheidecker 2025-03-06 15:32:29 +01:00
parent 62c29ee925
commit 256ad2cbf2
2 changed files with 4 additions and 6 deletions
assets/css
partials/components

@ -2809,11 +2809,11 @@ figcaption a {
} }
.gh-footer-sph-logo img { .gh-footer-inner .gh-inner sph {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; /* Centers the icons horizontally */ justify-content: center; /* Centers the icons horizontally */
width: 200; width: 100;
} }

@ -23,9 +23,7 @@
<img src="/assets/logos/gitea_256.png" alt="Gitea" /> <img src="/assets/logos/gitea_256.png" alt="Gitea" />
</a> </a>
</div> </div>
<div class="gh-footer-sph-logo"> <!-- SPH logo below social media links -->
<!-- SPH logo below social media links --> <sph src="/assets/SPH/SPH_logo_use_on_white_background.png" alt="SPH"/>
<img src="/assets/SPH/SPH_logo_use_on_white_background.png" alt="SPH"/>
</div>
</div> </div>
</footer> </footer>