Removed Height from group card.

Each card's height is determined by it's content.
Use flex positioning to position them top-aligned for each row like mockups.
This commit is contained in:
Dank Gabs 2019-07-19 00:34:01 -04:00
parent 04b219355c
commit 96bd40f2ff
1 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,3 @@
$height: 80px;
.group-column-header {
border-radius: 10px;
background: $gab-background-container;
@ -41,7 +39,6 @@ $height: 80px;
overflow: hidden;
.group-card__header {
height: $height;
overflow: hidden;
img {