From 55f67dcce2f6c38a6443198c238bafe15caa5f10 Mon Sep 17 00:00:00 2001 From: DefectingCat Date: Mon, 24 Oct 2022 09:29:15 +0800 Subject: [PATCH] Fix title word break fix #59 --- styles/rua.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/rua.css b/styles/rua.css index e0fde0d..49e91e7 100644 --- a/styles/rua.css +++ b/styles/rua.css @@ -108,6 +108,7 @@ #article h1 { font-weight: bold; text-align: center; + word-break: break-word; @apply text-gray-800 dark:text-gray-200; @apply mt-8 text-5xl font-Barlow; } @@ -276,8 +277,8 @@ h6:hover::before { #article kbd, #article pre, #article samp { - /* font-family: monospace, monospace; */ font-size: 16px; + word-break: break-word; } #article mark {