Break long worded topic headings

main
Henry Wright 9 years ago
parent c7be170ee3
commit 49357ffebb

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

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

Loading…
Cancel
Save