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:
benjamin melançon 2018-11-03 12:24:11 -04:00
parent ed32e0afd2
commit f4cc463b38

View file

@ -88,6 +88,7 @@ a.card.is-dandelion:hover {
color: $white;
background-color: $dark;
box-shadow: none;
min-height: 200px;
&.is-small {
max-width: 30em;