From 4e4cd28ba8f8dc9cf749ebf7b0f205b61e9e8e13 Mon Sep 17 00:00:00 2001 From: Gary Date: Thu, 8 May 2025 14:19:01 +0100 Subject: [PATCH] Update social media icon styles with padding adjustments and background color change --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index f808cb2..7f1c09f 100644 --- a/css/style.css +++ b/css/style.css @@ -8181,7 +8181,8 @@ h1, h2, h3, h4, h5, height: 30px; border-radius: 50%; margin-right: 4px; - background: rgba(255, 255, 255, 0.1); + padding-left: 2px; + padding-top: 1px; background: var(--blue); } .social-media p a span { color: white; }