More consistent Mastodon logo size on smaller screens
This commit is contained in:
parent
39a64457e9
commit
3a6422d0f6
|
@ -227,7 +227,8 @@ a.mastodon {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 15px auto;
|
margin: 15px auto;
|
||||||
filter: grayscale(100%);
|
filter: grayscale(100%);
|
||||||
width: 35%;
|
width: 65%;
|
||||||
|
max-width: 250px;
|
||||||
transition: all ease-in-out 0.1s;
|
transition: all ease-in-out 0.1s;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue