From 67c5ca6e9b97e3fd745bcc170aca3317113d8df3 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 13 Oct 2022 21:42:21 +0100 Subject: [PATCH] Change social link styles --- css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/styles.css b/css/styles.css index 13533e5..d3417e3 100644 --- a/css/styles.css +++ b/css/styles.css @@ -39,6 +39,10 @@ body { padding-top: 45px; } +.social-links img { + max-width: 100px; +} + .download-link { background-color: #444444; color: #f1f1f1;