Sfoglia il codice sorgente

chore(sfc-playground): responsive

Evan You 5 anni fa
parent
commit
ebf396251c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
   }