1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Hide "A look inside" in mobile layout on frontpage ()

This commit is contained in:
Eugen Rochko 2018-07-17 21:44:11 +02:00 committed by GitHub
parent f6910fba02
commit 6277a6db2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -923,7 +923,7 @@ $small-breakpoint: 960px;
}
@media screen and (max-width: $column-breakpoint) {
height: 90vh;
display: none;
}
}