Skip to content

Commit 57f7881

Browse files
authored
fix: expand doc main container to full width on mobiles (#7030)
1 parent 2b58485 commit 57f7881

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/docusaurus-theme-classic/src/theme/DocPage/Layout/styles.module.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
--doc-sidebar-hidden-width: 30px;
1111
}
1212

13-
.docPage {
13+
.docPage,
14+
.docMainContainer {
1415
width: 100%;
1516
}
1617

0 commit comments

Comments
 (0)