Skip to content
Snippets Groups Projects
Commit 5cf576be authored by Martin Leblanc's avatar Martin Leblanc Committed by Kevin Paxman
Browse files

ISTWCMS-5880: css to correct the card_header card_title padding when with_media and is image

parent 20c680fc
No related branches found
No related tags found
1 merge request!48ISTWCMS-5880: ensuring that title displays when banner is used
......@@ -218,10 +218,6 @@
padding: var(--size-2) 0;
}
}
.card__media{
//
}
.card__footer,
.card__tags {
......@@ -247,7 +243,6 @@
align-self: end;
margin-bottom: 0;
margin-top: 0;
padding: var(--size-2);
.card__date {
margin-bottom: 0;
margin-top: 0;
......@@ -257,7 +252,7 @@
background: var(--uw-white);
font-size: var(--font-size-8);
margin: 0;
padding: var(--size-2) 0;
padding: var(--size-2);
}
.card__sub-title {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment