diff --git a/assets/css/screen.css b/assets/css/screen.css index 9fcdfe5..937e2ae 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -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 */ - }