portico: Fix white border around integration icon widgets on homepage

The integration widgets on the homepage had a weird-looking white
border. That border has now been updated to match the better-
looking border on the integrations page.
This commit is contained in:
Max Nussenbaum 2018-05-07 11:23:22 -07:00 committed by Tim Abbott
parent 5e85701a42
commit e31d7d2d83
1 changed files with 1 additions and 1 deletions

View File

@ -1587,7 +1587,7 @@ nav ul li.active::after {
margin: 10px 5px;
color: hsl(219, 23%, 33%);
border-radius: 5px;
border: 1px solid #fff;
border: 1px solid #e5eef5;
}
.portico-landing.hello .integrations .integration-icons .group:hover {