From 5620bf2c9309b064fbebead0cc870c3800778aa5 Mon Sep 17 00:00:00 2001 From: Markus Huggler Date: Fri, 23 Dec 2022 16:42:46 +0100 Subject: [PATCH] feat: makes mastodon icons a bit smaller --- projects/mastolists/src/app/app.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mastolists/src/app/app.component.scss b/projects/mastolists/src/app/app.component.scss index 6fe7d5d..e0efedf 100644 --- a/projects/mastolists/src/app/app.component.scss +++ b/projects/mastolists/src/app/app.component.scss @@ -13,7 +13,7 @@ } img.mastodon-logo { - width: 20px; + width: 15px; margin-right: 10px; }