Skip to content

Commit d7860d0

Browse files
committed
fix: fixed content width on wide displays
1 parent b26432d commit d7860d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apify-docs-theme/src/theme/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,12 @@ html[data-theme="dark"] .DocSearch-Button .DocSearch-Search-Icon {
447447
margin: auto;
448448
}
449449

450+
@media (min-width: 1440px) {
451+
.main-wrapper > div {
452+
width: var(--max-layout-width);
453+
}
454+
}
455+
450456
@media (max-width: 960px) {
451457
.main-wrapper > div {
452458
max-width: 100%;

0 commit comments

Comments
 (0)