aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua T <buildingsomethingfun@gmail.com>2024-01-05 20:26:35 +0530
committerGitHub <noreply@github.com>2024-01-05 20:26:35 +0530
commitf0c4aa5295a4d42f1fc96e01e176f6e10ea6ccb3 (patch)
treed833231f0f9055356c678e0f38761e7eae0a6cd8
parent7fe67cb27d83def2dee0bc170419741f897ea7f5 (diff)
Use overflow-wrap on headings
-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 {