Commit 3157e331 authored by Joe Gaffey's avatar Joe Gaffey Committed by GitHub

Fix for overlapping text in feature item headings.

Only happens in certain window sizes.
parent 0463d8f0
......@@ -115,6 +115,8 @@ body {
font-weight: 300;
font-size: 25px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.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