Merge pull request #149 from henrywright/148

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

@ -33,6 +33,7 @@
margin: 0;
margin-left: 62px;
width: 85%;
word-break: break-all;
strong {
color: @gray-dark;
@ -169,4 +170,4 @@
font-weight: 300;
font-size: 12px;
}
}
}

@ -2,6 +2,7 @@
h1 {
line-height: 24px;
margin-bottom: 30px;
word-break: break-all;
.topic-title {
font-size: 28px;
@ -345,4 +346,4 @@
position: relative;
text-align: center;
}
}
}

Loading…
Cancel
Save