mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-26 04:57:50 +02:00
fix: expand doc main container to full width on mobiles (#7030)
This commit is contained in:
parent
2b58485c83
commit
57f7881a3d
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
||||||
--doc-sidebar-hidden-width: 30px;
|
--doc-sidebar-hidden-width: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.docPage {
|
.docPage,
|
||||||
|
.docMainContainer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue