From 83109a7a4cdba0c3648befee5f73303eacb6b084 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 25 May 2024 13:22:06 -0700 Subject: [PATCH] fix: scroll long equations --- src/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/default.css b/src/css/default.css index 1c3bc53..ce3cae3 100644 --- a/src/css/default.css +++ b/src/css/default.css @@ -43,7 +43,7 @@ @apply text-xl font-medium mt-8 text-accent-light dark:text-accent-dark; } p { - @apply leading-loose my-4; + @apply leading-loose my-4 overflow-x-auto; } img { @apply mx-auto my-6 rounded-lg;