Showing
2 changed files
with
7 additions
and
0 deletions
1 | <div class="editorial-container"> | 1 | <div class="editorial-container"> |
2 | {{> floor-header}} | 2 | {{> floor-header}} |
3 | + <div class="news-container"> | ||
3 | {{# editorial}} | 4 | {{# editorial}} |
4 | <div class="news left"> | 5 | <div class="news left"> |
5 | {{# big}} | 6 | {{# big}} |
@@ -12,4 +13,5 @@ | @@ -12,4 +13,5 @@ | ||
12 | {{/ small}} | 13 | {{/ small}} |
13 | </div> | 14 | </div> |
14 | {{/ editorial}} | 15 | {{/ editorial}} |
16 | + </div> | ||
15 | </div> | 17 | </div> |
@@ -6,6 +6,10 @@ | @@ -6,6 +6,10 @@ | ||
6 | 6 | ||
7 | @extend .resource-container; | 7 | @extend .resource-container; |
8 | 8 | ||
9 | + .news-container { | ||
10 | + height: calc($smallImgHeight*2+$space+2px); | ||
11 | + } | ||
12 | + | ||
9 | .news { | 13 | .news { |
10 | display: inline-block; | 14 | display: inline-block; |
11 | box-sizing: border-box; | 15 | box-sizing: border-box; |
@@ -20,6 +24,7 @@ | @@ -20,6 +24,7 @@ | ||
20 | 24 | ||
21 | img { | 25 | img { |
22 | @extend .cursor-pointer; | 26 | @extend .cursor-pointer; |
27 | + display: inline-block; | ||
23 | } | 28 | } |
24 | 29 | ||
25 | &.left { | 30 | &.left { |
-
Please register or login to post a comment