Skip to content

Commit bbdabd5

Browse files
committed
contrain main content on mobile to prevent breaking layout
1 parent ca98ed9 commit bbdabd5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
aside.toc.sidebar {
33
display: none;
44
}
5+
6+
main > .content {
7+
overflow-x: auto;
8+
}
59
}
610

711
@media screen and (min-width: 1024px) {

0 commit comments

Comments
 (0)