From 461ec9248aa92fe42532b36f985f3009454597a1 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 11 Feb 2025 17:42:48 -0500 Subject: [PATCH] alert styling tweaks --- resources/admonitions.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/admonitions.css b/resources/admonitions.css index 6fb8d26..c009fbb 100644 --- a/resources/admonitions.css +++ b/resources/admonitions.css @@ -6,7 +6,7 @@ .caution { display: flex; flex-direction: row; - width: 66%; + width: 75%; box-sizing: border-box; background-color: var(--bg-1); color: var(--fg-1);