Authored by biao

update for style

<div class="ad-banner">
{{#adBanner}}
<a href="{{url}}" target="_blank">
<img class="lazy-img" data-original="{{image src 1150 160}}" title="{{title}}" alt="{{alt}}">
<img class="lazy-img" data-original="{{image src 1150 163}}" title="{{title}}" alt="{{alt}}">
</a>
{{/adBanner}}
</div>
... ...
.ad-banner {
height: 160px;
height: 163px;
margin-top: 15px;
img {
... ...
.editorial-container {
$bigImgWidth: 390px;
$smallImgWidth: 358px;
$smallImgHeight: 243px;
$smallImgWidth: 360px;
$smallImgHeight: 240px;
$space: 10px;
@extend .resource-container;
... ... @@ -19,7 +19,7 @@
position: relative;
&.bottom-space {
margin-bottom: 14px;
margin-bottom: 15px;
}
&.right-space {
... ...