From 3a6422d0f612820ea1edfa3df8269ac28eb13033 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Thu, 15 Mar 2018 09:08:56 +0100 Subject: [PATCH] More consistent Mastodon logo size on smaller screens --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 189dc0d..8d9aa04 100755 --- a/style.css +++ b/style.css @@ -227,7 +227,8 @@ a.mastodon { display: block; margin: 15px auto; filter: grayscale(100%); - width: 35%; + width: 65%; + max-width: 250px; transition: all ease-in-out 0.1s; font-size: 0; }