From b829558a6b5bfe47d263e2b35a26761cab84f520 Mon Sep 17 00:00:00 2001 From: zongzi531 Date: Sat, 2 Apr 2022 13:20:36 +0800 Subject: [PATCH] fix: styles --- theme/style2.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme/style2.css b/theme/style2.css index 5cd0587a..e4d5a8cd 100644 --- a/theme/style2.css +++ b/theme/style2.css @@ -92,4 +92,9 @@ table { .fa-github:after{ content: "繁星点点尽在你的指尖 🌟"; margin-left: 4px; +} + +/* Fix on mobile device */ +code { + word-break: break-word; } \ No newline at end of file