wrap article headers so they don't extend past the body width

This commit is contained in:
Sami Samhuri 2014-03-03 22:49:09 -08:00
parent def13d8a93
commit 1718cfb547

View file

@ -116,6 +116,7 @@ header.primary {
margin: 0;
padding: 0;
font-weight: @weight-thin;
word-wrap: break-word;
}
h1 {
@ -312,6 +313,10 @@ body.projects:not(.index) .container {
* Posts
*/
article header h2 {
word-wrap: break-word;
}
ul.audio li {
height: 2rem;
margin: 0.5rem 0;