Commit ded0f706e56229d81ede908965cb8bca54effb80

Authored by Melissa Wen
1 parent 446b9d42
Exists in master

hide view more comments on homepage article-block

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
_homeblocks.sass
@@ -21,6 +21,7 @@ @@ -21,6 +21,7 @@
21 text-decoration: none 21 text-decoration: none
22 .read-more 22 .read-more
23 a 23 a
  24 + display: none
24 background: url('icons/ico-orange.png') no-repeat left center 25 background: url('icons/ico-orange.png') no-repeat left center
25 background-size: contain 26 background-size: contain
26 color: #F9A100 27 color: #F9A100
@@ -34,6 +35,8 @@ @@ -34,6 +35,8 @@
34 padding-left: 30px 35 padding-left: 30px
35 text-decoration: none 36 text-decoration: none
36 text-transform: lowercase 37 text-transform: lowercase
  38 + &:last-child
  39 + display: block
37 40
38 #content 41 #content
39 .container-block-plugin_container-block 42 .container-block-plugin_container-block