Skip to content

Commit 06a88d0

Browse files
authored
[spec] Fix mobile margin (#1851)
1 parent 202f29d commit 06a88d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

document/core/static/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,9 @@ div.sphinxsidebar a {
8282
div.sphinxsidebar a:hover {
8383
border-bottom: 1px dotted;
8484
}
85+
86+
@media screen and (max-width: 875px) {
87+
div.bodywrapper {
88+
margin: 0;
89+
}
90+
}

0 commit comments

Comments
 (0)