fix(homepage gap): remove margin top from features

This commit is contained in:
Eric Jimenez 2016-05-10 10:16:04 -04:00 committed by Naomi Black
parent d26461024c
commit 54bbbad82d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// TODO: (ericjim) is the best place to put this?
.home-rows { .home-rows {
margin-top: 112px; // NOTE (ericjim): if a banner is placed on the homescreen, add this margin.
//margin-top: 112px;
} }
.home-row { .home-row {