/features/: Fix wave position.

On some monitors it appears as though there's a slight gap between
the bottom of the wave and the top of the section below. This moves
the wave down a pixel to ensure the gap disappears.

Fixes: #6064.
This commit is contained in:
Brock Whittaker 2017-08-09 13:16:52 -07:00 committed by Tim Abbott
parent 1d10941712
commit 2b45c17dbc
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ nav ul li.active::after {
display: block;
position: absolute;
top: -170px;
top: -169px;
right: 0;
width: 685px;