Remove neg margin in wear css to resolve layout issue.

Change-Id: I68cc26e55b8bf486a20ec9fa1de48e9caf505165
This commit is contained in:
Dirk Dougherty
2014-05-14 20:06:31 -07:00
parent 0e286ab1f0
commit d1afa68d03

View File

@@ -145,7 +145,7 @@
.wear-hero {
height: calc(100% - 70px);
min-height: 504px;
margin-top: -4px;
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
background-image: url(/wear/images/hero.jpg);