1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 09:46:57 +01:00

team grid updates

This commit is contained in:
Matthias Kretschmann 2017-11-20 12:47:35 +01:00
parent 3fa51073ec
commit d791585d66
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -8,6 +8,7 @@
background: $brand-main-gray; background: $brand-main-gray;
width: 230px; width: 230px;
clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%); clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
filter: grayscale(1);
} }
.team__name { .team__name {
@ -118,7 +119,7 @@
// //
// Grid redefinition: more spacious // Grid redefinition: more spacious
// //
$spacer-team: 4rem; $spacer-team: 3rem;
.grid--team { .grid--team {
margin: -($spacer-team) 0 $spacer-team (-($spacer-team)); margin: -($spacer-team) 0 $spacer-team (-($spacer-team));