Cards aren't block-level but docs say they are
Created by: MatTheCat
In the doc it's stated
Cards are block-level by default
But there is no display
on card
class so if I add it on a link it'll stay inline-level. Considering border and sizing I don't think a card should be inline-level so I suggest adding display: block;
on .card
.