From ebf396251cb0181dc968657e9e060a3307429d5e Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 30 Mar 2021 22:10:18 -0400 Subject: [PATCH] chore(sfc-playground): responsive --- packages/sfc-playground/src/Header.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sfc-playground/src/Header.vue b/packages/sfc-playground/src/Header.vue index 9c408e16a..48821d495 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; }