From 8f040c3b24d374ffd1f4c58eb01ab3df1f7af9d4 Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Thu, 6 Mar 2025 15:44:58 +0100 Subject: [PATCH] margins --- assets/css/screen.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 5b59c36..55bf52b 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -2799,7 +2799,7 @@ figcaption a { justify-content: center; /* Centers the icons horizontally */ gap: 10px; /* Adds some space between the icons */ margin-top: 0px; - margin-bottom: 100px; + margin-bottom: 75px; } @@ -2813,11 +2813,12 @@ figcaption a { display: flex; align-items: center; justify-content: center; + margin-bottom: 100px } .gh-footer-sph-logo img { - width: 200px; - height: auto; + width: auto; + height: 50px; }