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

ISTWCMS-5880: when card__node has no media i add bottom padding to any...

ISTWCMS-5880: when card__node has no media i add bottom padding to any card__header print before layout builder print
parent 22a39cf7
No related branches found
No related tags found
1 merge request!48ISTWCMS-5880: ensuring that title displays when banner is used
...@@ -31,6 +31,9 @@ ...@@ -31,6 +31,9 @@
padding: 0; padding: 0;
} }
} }
.card__header {
padding: 0 0 var(--size-2) 0;
}
} }
.card__tags { .card__tags {
margin: var(--size-2) auto; margin: var(--size-2) auto;
......
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