Skip to content

Commit ab75785

Browse files
committed
fix(site): fix
1 parent a664485 commit ab75785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sites/src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ strong {
3131
/** 大屏幕时,有副标题的占位,所以向后移除 */
3232
@media screen and (min-width: 1150px){
3333
.search-box{
34-
left: 340px!important;
34+
left: 360px!important;
3535
}
3636
}
3737

0 commit comments

Comments
 (0)