Parcourir la source

chore(sfc-playground): responsive

Evan You il y a 5 ans
Parent
commit
ebf396251c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
   }