From 047bbf1cc5d2e97ce2346086a71edb8f59675dc3 Mon Sep 17 00:00:00 2001 From: hypercross Date: Sun, 1 Mar 2026 14:40:46 +0800 Subject: [PATCH] fix: layout --- src/styles.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/styles.css b/src/styles.css index 6376df5..009a45b 100644 --- a/src/styles.css +++ b/src/styles.css @@ -11,11 +11,7 @@ @apply hidden; } -.markdown-alert-title + h1, -.markdown-alert-title + h2, -.markdown-alert-title + h3, -.markdown-alert-title + h4, -.markdown-alert-title + h5 +.markdown-alert-title + * { @apply mt-0; }