Skip to content

Commit 0024650

Browse files
author
woytu
committed
fixes mobile端宽度溢出
1 parent f77817c commit 0024650

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

static/css/index.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,4 +1645,13 @@ code {
16451645
background: transparent;
16461646
position: relative;
16471647
z-index: 1;
1648+
}
1649+
1650+
@media (max-width: 419px) {
1651+
.pre-div {
1652+
width: 100vw;
1653+
margin-left: -1rem;
1654+
margin-right: -1rem;
1655+
border-radius: 0;
1656+
}
16481657
}

0 commit comments

Comments
 (0)