mirror of
https://github.com/wezm/wezm.net.git
synced 2025-04-08 04:30:42 +00:00
css: Allow headings to break
Avoids horizontal scrolling on narrow view ports.
This commit is contained in:
parent
8169e2d473
commit
23e533daf7
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ h1,h2,h3,h4 {
|
||||||
font-family: $heading-family;
|
font-family: $heading-family;
|
||||||
margin: $heading-margin;
|
margin: $heading-margin;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
h1,h2 {
|
h1,h2 {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
|
Loading…
Reference in a new issue