Skip to content

Commit 44b9527

Browse files
authored
fix(sfc-playground): hide title to avoid overlap (#5099)
1 parent 651dbf4 commit 44b9527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sfc-playground/src/Header.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ h1 img {
191191
}
192192
}
193193
194-
@media (max-width: 480px) {
194+
@media (max-width: 520px) {
195195
h1 span {
196196
display: none;
197197
}

0 commit comments

Comments
 (0)