]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(sfc-playground): hide title to avoid overlap (#5099)
authorEduardo San Martin Morote <posva@users.noreply.github.com>
Tue, 14 Dec 2021 13:24:14 +0000 (14:24 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Dec 2021 13:24:14 +0000 (08:24 -0500)
packages/sfc-playground/src/Header.vue

index 69311c4b667271fe3c3af058f1a269d870eeb41e..77dd160f2ee111dd971c939a5f9e5a9440d95c24 100644 (file)
@@ -191,7 +191,7 @@ h1 img {
   }
 }
 
-@media (max-width: 480px) {
+@media (max-width: 520px) {
   h1 span {
     display: none;
   }