From 51a490d2512ce7b7633397d7c1e29d2214c30a2c Mon Sep 17 00:00:00 2001 From: Ev Bogue Date: Sun, 7 Apr 2019 20:26:59 -0500 Subject: break long words (such as public keys) on mobile --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'css/style.css') diff --git a/css/style.css b/css/style.css index cf8c75b..1969e35 100644 --- a/css/style.css +++ b/css/style.css @@ -2,6 +2,9 @@ body { font-family: 'Source Sans Pro'; background: #222; color: #f5f5f5; + overflow-wrap: break-word; + word-wrap: break-word; + word-break: break-word; } p { -- cgit v1.2.3-70-g09d2