From 603c0a958dfcfa3a5a98727dd483b0eff2dd1dae Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Thu, 6 Mar 2025 15:37:38 +0100 Subject: [PATCH] nicer logo --- assets/css/screen.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 2915c0e..aa04ab7 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -2811,12 +2811,11 @@ figcaption a { .gh-footer-sph-logo { display: flex; - align-items: center; - justify-content: center; /* Centers the icons horizontally */ + justify-content: center; } .gh-footer-sph-logo img { - width: 100; + width: 200; }