Authored by biao

fix style issue

<div class="editorial-container">
{{> floor-header}}
<div class="news-container">
{{# editorial}}
<div class="news left">
{{# big}}
... ... @@ -12,4 +13,5 @@
{{/ small}}
</div>
{{/ editorial}}
</div>
</div>
... ...
... ... @@ -6,6 +6,10 @@
@extend .resource-container;
.news-container {
height: calc($smallImgHeight*2+$space+2px);
}
.news {
display: inline-block;
box-sizing: border-box;
... ... @@ -20,6 +24,7 @@
img {
@extend .cursor-pointer;
display: inline-block;
}
&.left {
... ...