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

This commit is contained in:
kscheidecker 2025-03-06 15:57:56 +01:00
parent 7e4e52ee29
commit 8b5d40e277

View File

@ -2811,19 +2811,11 @@ figcaption a {
.gh-footer-sph-logo {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 100px;
height: 60px;
width: 100px;
}
.gh-footer-sph-logo a img {
height: 50px;
width: auto;
max-width: 100%; /* Prevents it from getting larger than its container */
object-fit: contain; /* Ensures the image scales while maintaining its aspect ratio */
}