From d1d9888540790f8ff35c2beff1f87bdc7fd2730d Mon Sep 17 00:00:00 2001 From: GitHub Actions <> Date: Thu, 24 Aug 2023 01:49:31 +0000 Subject: [PATCH] Update phpdoc --- docs/css/template.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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; }