diff --git a/apify-docs-theme/src/theme/custom.css b/apify-docs-theme/src/theme/custom.css index 56cda83e7..6073f589e 100644 --- a/apify-docs-theme/src/theme/custom.css +++ b/apify-docs-theme/src/theme/custom.css @@ -445,6 +445,7 @@ html[data-theme="dark"] .DocSearch-Button .DocSearch-Search-Icon { .main-wrapper > div { max-width: var(--max-layout-width); margin: auto; + width: 100%; } @media (max-width: 960px) {