Skip to content

Allow usage of semantic header in card.

If we use a html header for the card title, the spacing will be messed up:

screenshot

However, we need to use html titles in order to make the cards complying to accessibility standards.

I managed to fix the example above by just applying margin: 0 to the .card-title class, but there might be more side effects I am not aware of.