From 25c04e5f6e8d16fa26f5da6aece179d6acc466eb Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sun, 2 Feb 2025 22:04:12 +0100 Subject: [PATCH] fix: key signatures overflow on mobile devices --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index b726c8a..8c61d92 100644 --- a/style.css +++ b/style.css @@ -258,6 +258,8 @@ header nav { #checksums pre { font-size: math; margin-left: 0.3rem; + white-space: pre-wrap; + overflow-wrap: anywhere; } footer {