Browse Source

chore(sfc-playground): responsive

Evan You 5 years ago
parent
commit
ebf396251c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/sfc-playground/src/Header.vue

+ 1 - 1
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;
   }