From fb754469ce7f6bc30a8422784a659c6b283da34e Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sat, 31 Aug 2024 14:46:38 -0700 Subject: [PATCH] web: let pullquotes on grafana blog be full width --- web/static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/static/style.css b/web/static/style.css index 74a4435..2599748 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -18,9 +18,11 @@ --justify-important: center; --justify-normal: left; --line-height: 1.5; + /* --width-card: 285px; --width-card-medium: 460px; --width-card-wide: 800px; +*/ --width-content: 1080px; }