From 569fa23422e721c243d1d637031462415bdebe70 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Wed, 22 Jul 2020 23:28:39 -0400 Subject: [PATCH] Tweak word breaking behavior --- site/css/main.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/css/main.scss b/site/css/main.scss index 4e2981c..0d427f8 100644 --- a/site/css/main.scss +++ b/site/css/main.scss @@ -203,6 +203,11 @@ article { background: var(--accent-color); } + a::before, a::after, + p code { + word-break: break-all; + } + // Markdown decorations @media screen and (min-width: 768px) { a {