We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a09d3e commit c4e4741Copy full SHA for c4e4741
src/theme/DocItem/Layout/styles.module.css
@@ -5,6 +5,8 @@
5
6
@media (min-width: 997px) {
7
.docItemCol {
8
- max-width: 75% !important;
+ --readableMaxWidth: calc(calc(1080px*0.25)*3);
9
+ max-width: var(--readableMaxWidth) !important;
10
+ margin: 0 auto;
11
}
12
0 commit comments