width test
All checks were successful
Deploy Theme / deploy (push) Successful in 9s

This commit is contained in:
kscheidecker 2025-03-06 15:55:09 +01:00
parent 8e707c09eb
commit 113e344ac4

View File

@ -2814,11 +2814,15 @@ figcaption a {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin-bottom: 100px; margin-bottom: 100px;
height: 60px;
} }
.gh-footer-sph-logo a img { .gh-footer-sph-logo a img {
width: auto;
height: 50px; 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 */
} }