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

This commit is contained in:
kscheidecker 2025-03-06 16:34:14 +01:00
parent 5f434c59a7
commit 07f0bded55
2 changed files with 7 additions and 5 deletions

View File

@ -2808,11 +2808,11 @@ figcaption a {
height: auto; height: auto;
} }
.gh-footer-sph-logo { .gh-footer-sph img{
height: 50px; /* Adjust the size of the icons */ height: 50px;
width: auto;
} }
.gh-footer-copyright { .gh-footer-copyright {
text-align: right; text-align: right;
white-space: nowrap; white-space: nowrap;

View File

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