fix: larger body

This commit is contained in:
Samuel Berthe 2023-08-15 20:37:50 +02:00
parent c3d78786e8
commit d106e10185
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C

View file

@ -108,3 +108,10 @@ h2 {
font-size: 14px; font-size: 14px;
line-height: 14px; line-height: 14px;
} }
/* https://github.com/samber/awesome-prometheus-alerts/issues/356 */
@media screen and (min-width: 64em) {
.main-content {
max-width: 80rem;
}
}