diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2024-01-18 11:54:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-18 11:54:17 +0200 |
commit | 7f5f4dc169bd637b8ca58ee19feab584f3a4654c (patch) | |
tree | d833231f0f9055356c678e0f38761e7eae0a6cd8 /layouts/partials/meta.html | |
parent | 7fe67cb27d83def2dee0bc170419741f897ea7f5 (diff) | |
parent | f0c4aa5295a4d42f1fc96e01e176f6e10ea6ccb3 (diff) |
Use overflow-wrap on headings #305 from radiantly/dev
Diffstat (limited to 'layouts/partials/meta.html')
-rw-r--r-- | layouts/partials/meta.html | 1 |
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 { |