Browse Source

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

Eduardo San Martin Morote 4 năm trước cách đây
mục cha
commit
44b95276f5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
   }