From: Eduardo San Martin Morote Date: Tue, 14 Dec 2021 13:24:14 +0000 (+0100) Subject: fix(sfc-playground): hide title to avoid overlap (#5099) X-Git-Tag: v3.2.27~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44b95276f5c086e1d88fa3c686a5f39eb5bb7821;p=thirdparty%2Fvuejs%2Fcore.git fix(sfc-playground): hide title to avoid overlap (#5099) --- diff --git a/packages/sfc-playground/src/Header.vue b/packages/sfc-playground/src/Header.vue index 69311c4b66..77dd160f2e 100644 --- a/packages/sfc-playground/src/Header.vue +++ b/packages/sfc-playground/src/Header.vue @@ -191,7 +191,7 @@ h1 img { } } -@media (max-width: 480px) { +@media (max-width: 520px) { h1 span { display: none; }