diff --git a/less/header.less b/less/header.less index 7243b82..d42a13b 100644 --- a/less/header.less +++ b/less/header.less @@ -74,10 +74,17 @@ > li { .pointer; - width: 300px; + width: 500px; padding-bottom: 1rem; margin: 0; + .teaser-content { + white-space: inherit; + max-height: 38px; + padding-left: 90px; + padding-right: 10px; + } + &:hover { background: @gray-lighter; }