aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2024-01-18 11:54:17 +0200
committerGitHub <noreply@github.com>2024-01-18 11:54:17 +0200
commit7f5f4dc169bd637b8ca58ee19feab584f3a4654c (patch)
treed833231f0f9055356c678e0f38761e7eae0a6cd8
parent7fe67cb27d83def2dee0bc170419741f897ea7f5 (diff)
parentf0c4aa5295a4d42f1fc96e01e176f6e10ea6ccb3 (diff)
Use overflow-wrap on headings #305 from radiantly/dev
-rw-r--r--layouts/partials/meta.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index eec0772..2aabac8 100644
--- a/layouts/partials/meta.html
+++ b/layouts/partials/meta.html
@@ -68,6 +68,7 @@
color: #000;
font-family: "Inter", "Inter UI", "Segoe UI", BlinkMacSystemFont, -apple-system, "San Francisco Display", "Roboto", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
letter-spacing: -0.4px;
+ overflow-wrap: break-word;
}
h3 {