Add top contributors to landing page

This commit is contained in:
Angelos Chalaris
2018-04-07 12:34:27 +03:00
parent 571197d6d8
commit a26dd71354
2 changed files with 55 additions and 3 deletions

View File

@ -640,3 +640,21 @@ ul#links {
}
}
}
.card.contributor {
height: calc(100% - 1rem);
justify-content: left;
> .section.media {
height: auto;
}
> .section.button {
font-size: 0.75rem;
font-weight: 700;
text-align: center;
transition: color 0.3s;
&:hover, &:focus {
color: var(--a-l-col);
background: #f8f8f8;
}
}
}