From 1718cfb547f1726611e18d9c8d48d2a233001222 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 3 Mar 2014 22:49:09 -0800 Subject: [PATCH] wrap article headers so they don't extend past the body width --- public/css/style.css.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/style.css.less b/public/css/style.css.less index 461b560..5fab52c 100644 --- a/public/css/style.css.less +++ b/public/css/style.css.less @@ -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;