From 8b5d40e277cb33a1e32c06f07d5a8f33cd921e8a Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Thu, 6 Mar 2025 15:57:56 +0100 Subject: [PATCH] simpler --- assets/css/screen.css | 8 -------- 1 file changed, 8 deletions(-) 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 */ - }