From 740acd7aa595c041080e8bc00cf466cfbda671f2 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Tue, 12 Dec 2023 14:25:18 -0700 Subject: [PATCH] Eliminate horizontal scroll on mobile safari --- src/index.html | 2 +- src/resources/css/home.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 39caeb7..ca966aa 100644 --- a/src/index.html +++ b/src/index.html @@ -363,7 +363,7 @@

Academic and industry experts recommend Caddy, which has been cited in peer-reviewed journals for its security defaults, best practices, and its uniquely advanced feature set.

-
+

diff --git a/src/resources/css/home.css b/src/resources/css/home.css index bc11446..0b4ef2a 100644 --- a/src/resources/css/home.css +++ b/src/resources/css/home.css @@ -364,6 +364,9 @@ img.cite { margin: 10px 0; } +.experts a { + word-break: break-word; +}