More consistent Mastodon logo size on smaller screens

This commit is contained in:
Dominik V. Salonen 2018-03-15 09:08:56 +01:00
parent 39a64457e9
commit 3a6422d0f6
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}