Skip to content

Commit ec052a0

Browse files
committed
fix: use width:100% for the main container
1 parent d7860d0 commit ec052a0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -445,12 +445,7 @@ html[data-theme="dark"] .DocSearch-Button .DocSearch-Search-Icon {
445445
.main-wrapper > div {
446446
max-width: var(--max-layout-width);
447447
margin: auto;
448-
}
449-
450-
@media (min-width: 1440px) {
451-
.main-wrapper > div {
452-
width: var(--max-layout-width);
453-
}
448+
width: 100%;
454449
}
455450

456451
@media (max-width: 960px) {

0 commit comments

Comments
 (0)