Преглед изворни кода

chore(sfc-playground): responsive

Evan You пре 5 година
родитељ
комит
ebf396251c
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
   }