diff --git a/docs/css/template.css b/docs/css/template.css index 01e63f99..ba27e58b 100644 --- a/docs/css/template.css +++ b/docs/css/template.css @@ -4,11 +4,19 @@ display: flex; gap: var(--spacing-md); } + .phpdocumentor-content > section:first-of-type { - width: 100%; + width: 75%; flex: 1 1 auto; } +@media (min-width: 1900px) { + .phpdocumentor-content > section:first-of-type { + width: 100%; + flex: 1 1 auto; + } +} + .phpdocumentor .phpdocumentor-content__title { margin-top: 0; }