fix: expand doc main container to full width on mobiles (#7030)

This commit is contained in:
Alexey Pyltsyn 2022-03-27 18:44:38 +03:00 committed by GitHub
parent 2b58485c83
commit 57f7881a3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,8 @@
--doc-sidebar-hidden-width: 30px;
}
.docPage {
.docPage,
.docMainContainer {
width: 100%;
}