From 6fd61d7524a90ea6dac49a42888e127397610220 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 11 Feb 2025 17:55:27 -0500 Subject: [PATCH] alert styling tweak --- resources/admonitions.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/admonitions.css b/resources/admonitions.css index c009fbb..66dd385 100644 --- a/resources/admonitions.css +++ b/resources/admonitions.css @@ -5,7 +5,7 @@ .warning, .caution { display: flex; - flex-direction: row; + flex-direction: column; width: 75%; box-sizing: border-box; background-color: var(--bg-1); @@ -36,7 +36,7 @@ .warning .title p::before, .caution .title p::before { font-family: 'boxicons' !important; - font-size: 4rem; + font-size: 3rem; } /* Notes */