From: Evan You Date: Wed, 31 Mar 2021 02:10:18 +0000 (-0400) Subject: chore(sfc-playground): responsive X-Git-Tag: v3.0.11~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebf396251cb0181dc968657e9e060a3307429d5e;p=thirdparty%2Fvuejs%2Fcore.git chore(sfc-playground): responsive --- diff --git a/packages/sfc-playground/src/Header.vue b/packages/sfc-playground/src/Header.vue index 9c408e16a7..48821d4951 100644 --- a/packages/sfc-playground/src/Header.vue +++ b/packages/sfc-playground/src/Header.vue @@ -129,7 +129,7 @@ h1 img { top: -2px; } -@media (max-width: 400px) { +@media (max-width: 480px) { h1 span { display: none; }