From d791585d66f30f6df8b044bdb60cc387a97ca410 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 20 Nov 2017 12:47:35 +0100 Subject: [PATCH] team grid updates --- _src/_assets/styles/bigchain/_team.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_src/_assets/styles/bigchain/_team.scss b/_src/_assets/styles/bigchain/_team.scss index 17ebb85..523e54e 100644 --- a/_src/_assets/styles/bigchain/_team.scss +++ b/_src/_assets/styles/bigchain/_team.scss @@ -8,6 +8,7 @@ background: $brand-main-gray; width: 230px; clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%); + filter: grayscale(1); } .team__name { @@ -118,7 +119,7 @@ // // Grid redefinition: more spacious // -$spacer-team: 4rem; +$spacer-team: 3rem; .grid--team { margin: -($spacer-team) 0 $spacer-team (-($spacer-team));