mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
fix: larger body
This commit is contained in:
parent
c3d78786e8
commit
d106e10185
1 changed files with 8 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue