Skip to content

Commit

Permalink
Update phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 24, 2023
1 parent 88c5928 commit d1d9888
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d1d9888

Please sign in to comment.