summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2026-01-20 22:47:23 +0200
committerMarin Ivanov <[email protected]>2026-01-20 22:47:23 +0200
commit0caaf03388ce2791910e74000cb326f14a03a508 (patch)
treed0da667cdba00a192104218543ba9ab62444a949
parent36d1f136e70b995ffd33610e1a43cafce0f84149 (diff)
break anchor links, more mobile-friendly.
-rw-r--r--template.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/template.html b/template.html
index f5816e0..16bb221 100644
--- a/template.html
+++ b/template.html
@@ -36,6 +36,10 @@
font-size: 1.6rem;
}
+ a {
+ word-break: break-all;
+ }
+
.container {
max-width: 900px;
margin: 0 auto;