Merge pull request #167 from henrywright/148-2

Break long worded topic headings
main
Barış Soner Uşaklı 10 years ago
commit 910a7656fd

@ -35,6 +35,8 @@
}
h2 {
display: block;
word-wrap: break-word;
font-size: 18px;
line-height: 22px;
margin: 0;

@ -4,6 +4,8 @@
margin-bottom: 30px;
.topic-title {
display: block;
word-wrap: break-word;
font-size: 28px;
color:inherit;
line-height: 32px;

Loading…
Cancel
Save