From 3e53d299863f804341b73d26dec2f952cb84dea8 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Tue, 15 Aug 2023 20:38:58 +0200 Subject: [PATCH] fix: larger body --- assets/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/app.css b/assets/css/app.css index 97c3201..81f18ee 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -112,6 +112,6 @@ h2 { /* https://github.com/samber/awesome-prometheus-alerts/issues/356 */ @media screen and (min-width: 64em) { .main-content { - max-width: 80rem; + max-width: 85rem; } }