fix word breaks in headers (closes #321)
This commit is contained in:
parent
c50ae08fe0
commit
98a99086ac
2 changed files with 2 additions and 3 deletions
|
@ -77,8 +77,7 @@ body {
|
|||
-moz-hyphens: auto;
|
||||
hyphens: auto;
|
||||
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.reveal h1 { font-size: 3.77em; }
|
||||
|
|
2
css/reveal.min.css
vendored
2
css/reveal.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue