fix(styling): adjust card heights and prepare header for new dropdowns

This commit is contained in:
Benedikt Rötsch
2017-10-09 13:24:07 +02:00
committed by Benedikt Rötsch
parent 8e6171cb74
commit 6c6d81873a
5 changed files with 112 additions and 30 deletions

View File

@@ -35,7 +35,7 @@
}
@element title {
flex: 0 1 12vh;
flex: 0 1 15vh;
max-height: 120px;
margin: 0;
overflow: hidden;
@@ -51,8 +51,8 @@
}
@element description {
flex: 0 1 20vh;
max-height: 180px;
flex: 0 1 15vh;
max-height: 120px;
overflow: hidden;
margin: 0 0 var(--grid-gutter);