fix hero image offset in css

Change-Id: I7633a852166ca8781f753f7f63829a3394f38773
This commit is contained in:
Robert Ly
2014-06-16 10:47:50 -07:00
parent fc0f545342
commit 908a05a1ee

View File

@@ -6529,7 +6529,7 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]
.preview-hero {
height: calc(100% - 70px);
height: calc(100% - 110px);
min-height: 504px;
margin-top: -5px;
padding-top: 0;
@@ -6543,7 +6543,7 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]
}
.wear-hero {
height: calc(100% - 70px);
height: calc(100% - 110px);
min-height: 504px;
margin-top: -5px;
padding-top: 0;
@@ -6557,7 +6557,7 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]
}
.tv-hero {
height: calc(100% - 70px);
height: calc(100% - 110px);
min-height: 504px;
margin-top: -5px;
padding-top: 0;
@@ -6571,7 +6571,7 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]
}
.auto-hero {
height: calc(100% - 70px);
height: calc(100% - 110px);
min-height: 504px;
margin-top: -5px;
padding-top: 0;