소스 검색

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

Eduardo San Martin Morote 4 년 전
부모
커밋
44b95276f5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
   }