From b8e372c733a1052f41b90c9a115ba5bc44f3b8b8 Mon Sep 17 00:00:00 2001 From: welpo Date: Tue, 7 Feb 2023 16:00:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20set=20equal=20padding?= =?UTF-8?q?=20on=20social=20icons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_footer.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sass/parts/_footer.scss b/sass/parts/_footer.scss index 6507ed3..cee4ea7 100644 --- a/sass/parts/_footer.scss +++ b/sass/parts/_footer.scss @@ -30,6 +30,9 @@ footer { .social { background-image: unset; padding: 2px; + display: flex; + justify-content: center; + align-items: center; } .social>img {