fix hero image offset in css
Change-Id: I7633a852166ca8781f753f7f63829a3394f38773
This commit is contained in:
@@ -6529,7 +6529,7 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]
|
|||||||
|
|
||||||
|
|
||||||
.preview-hero {
|
.preview-hero {
|
||||||
height: calc(100% - 70px);
|
height: calc(100% - 110px);
|
||||||
min-height: 504px;
|
min-height: 504px;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
@@ -6543,7 +6543,7 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wear-hero {
|
.wear-hero {
|
||||||
height: calc(100% - 70px);
|
height: calc(100% - 110px);
|
||||||
min-height: 504px;
|
min-height: 504px;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
@@ -6557,7 +6557,7 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tv-hero {
|
.tv-hero {
|
||||||
height: calc(100% - 70px);
|
height: calc(100% - 110px);
|
||||||
min-height: 504px;
|
min-height: 504px;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
@@ -6571,7 +6571,7 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]
|
|||||||
}
|
}
|
||||||
|
|
||||||
.auto-hero {
|
.auto-hero {
|
||||||
height: calc(100% - 70px);
|
height: calc(100% - 110px);
|
||||||
min-height: 504px;
|
min-height: 504px;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
Reference in New Issue
Block a user