From 5b59d6b6b1f4c489a23c173f60ad39185a64042b Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Mon, 20 Mar 2017 15:54:36 +0100 Subject: [PATCH] Slightly bigger thumbnail size for posts in homepage --- src/styles/_homepage.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/_homepage.sass b/src/styles/_homepage.sass index 24eef1e9..fcd48a0f 100644 --- a/src/styles/_homepage.sass +++ b/src/styles/_homepage.sass @@ -162,7 +162,7 @@ padding: 15px 0 list-style: none - $activity-stream-thumbnail-size: 92px + $activity-stream-thumbnail-size: 110px li.activity-stream__list-item position: relative display: flex @@ -170,6 +170,7 @@ background-color: white border-radius: 3px box-shadow: 0 0 0 1px rgba(black, .05), 0 2px 2px rgba(black, .1) + overflow: hidden &.active .activity-stream__list-details .title color: $color-primary