Skip to content

Commit d1d9888

Browse files
author
GitHub Actions
committed
Update phpdoc
1 parent 88c5928 commit d1d9888

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/css/template.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@
44
display: flex;
55
gap: var(--spacing-md);
66
}
7+
78
.phpdocumentor-content > section:first-of-type {
8-
width: 100%;
9+
width: 75%;
910
flex: 1 1 auto;
1011
}
1112

13+
@media (min-width: 1900px) {
14+
.phpdocumentor-content > section:first-of-type {
15+
width: 100%;
16+
flex: 1 1 auto;
17+
}
18+
}
19+
1220
.phpdocumentor .phpdocumentor-content__title {
1321
margin-top: 0;
1422
}

0 commit comments

Comments
 (0)