1
0
Fork 1
mirror of https://github.com/wezm/wezm.net.git synced 2025-04-03 02:10:42 +00:00

css: Allow headings to break

Avoids horizontal scrolling on narrow view ports.
This commit is contained in:
Wesley Moore 2025-02-17 12:02:14 +10:00
parent 8169e2d473
commit 23e533daf7
No known key found for this signature in database

View file

@ -69,6 +69,8 @@ h1,h2,h3,h4 {
font-family: $heading-family;
margin: $heading-margin;
line-height: 1.2;
overflow-wrap: break-word;
word-break: break-word;
}
h1,h2 {
font-weight: 300;