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 21 text-decoration: none
22 22 .read-more
23 23 a
  24 + display: none
24 25 background: url('icons/ico-orange.png') no-repeat left center
25 26 background-size: contain
26 27 color: #F9A100
... ... @@ -34,6 +35,8 @@
34 35 padding-left: 30px
35 36 text-decoration: none
36 37 text-transform: lowercase
  38 + &:last-child
  39 + display: block
37 40  
38 41 #content
39 42 .container-block-plugin_container-block
... ...