fix(sfc-playground): hide title to avoid overlap (#5099)

This commit is contained in:
Eduardo San Martin Morote 2021-12-14 14:24:14 +01:00 committed by GitHub
parent 651dbf4df2
commit 44b95276f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,7 +191,7 @@ h1 img {
}
}
@media (max-width: 480px) {
@media (max-width: 520px) {
h1 span {
display: none;
}