From 54284fbb0b35735928dcf02ed42e0116aa7788bd Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Sun, 12 May 2024 21:27:47 +0300 Subject: [PATCH] Make sure the icon is sized properly in footer socials --- sass/_footer.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/_footer.scss b/sass/_footer.scss index e95b0ea..71853b0 100644 --- a/sass/_footer.scss +++ b/sass/_footer.scss @@ -65,6 +65,7 @@ i { display: inline-block; + mask-size: cover; transition: background-color var(--transition); background-color: var(--fg-muted-4); width: 1.5rem;