Skip to content

Commit

Permalink
[spec] Fix mobile margin (#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
dy authored Nov 30, 2024
1 parent 202f29d commit 06a88d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions document/core/static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,9 @@ div.sphinxsidebar a {
div.sphinxsidebar a:hover {
border-bottom: 1px dotted;
}

@media screen and (max-width: 875px) {
div.bodywrapper {
margin: 0;
}
}

0 comments on commit 06a88d0

Please sign in to comment.