Commit 8b88da07 authored by Julius Volz's avatar Julius Volz Committed by GitHub

Merge pull request #648 from joegaffey/patch-2

Fix for overlapping text in feature item headings.
parents 0463d8f0 3157e331
...@@ -115,6 +115,8 @@ body { ...@@ -115,6 +115,8 @@ body {
font-weight: 300; font-weight: 300;
font-size: 25px; font-size: 25px;
white-space: nowrap; white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} }
.feature-item .fa { .feature-item .fa {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment