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

@ -107,4 +107,11 @@ h2 {
#rules-navbar.affix a {
font-size: 14px;
line-height: 14px;
}
}
/* https://github.com/samber/awesome-prometheus-alerts/issues/356 */
@media screen and (min-width: 64em) {
.main-content {
max-width: 80rem;
}
}