Skip to content

Commit ee4d994

Browse files
committed
fix: responsive redocusaurus
1 parent a91c018 commit ee4d994

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 (max-width: 960px) {
451+
.main-wrapper > div {
452+
max-width: 100%;
453+
}
454+
}
455+
450456
aside > div > a {
451457
padding-left: 0px;
452458
}

0 commit comments

Comments
 (0)