Ensure a relative consistency in card heights
Projects on the work page for instance which have a lot of title and subtitle text will still be longer than this, but the differences won't be excessive.
This commit is contained in:
parent
ed32e0afd2
commit
f4cc463b38
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ a.card.is-dandelion:hover {
|
||||||
color: $white;
|
color: $white;
|
||||||
background-color: $dark;
|
background-color: $dark;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
min-height: 200px;
|
||||||
|
|
||||||
&.is-small {
|
&.is-small {
|
||||||
max-width: 30em;
|
max-width: 30em;
|
||||||
|
|
Loading…
Reference in a new issue