Explorar el Código

fix(sfc-playground): hide title to avoid overlap (#5099)

Eduardo San Martin Morote hace 4 años
padre
commit
44b95276f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/sfc-playground/src/Header.vue

+ 1 - 1
packages/sfc-playground/src/Header.vue

@@ -191,7 +191,7 @@ h1 img {
   }
 }
 
-@media (max-width: 480px) {
+@media (max-width: 520px) {
   h1 span {
     display: none;
   }