fix word breaks in headers (closes #321)

master
Hakim El Hattab 2013-02-03 01:02:51 -05:00
parent c50ae08fe0
commit 98a99086ac
2 changed files with 2 additions and 3 deletions

View File

@ -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

File diff suppressed because one or more lines are too long