Skip to content
Snippets Groups Projects
Commit fb66bd3e authored by Georg Krause's avatar Georg Krause Committed by Georg Krause
Browse files

fix(cards): Allow usage of semantic headings without breaking the style

parent a1ba2e6c
Branches
Tags
1 merge request!63fix(cards): Allow usage of semantic headings without breaking the style
Pipeline #32723 passed
...@@ -31,6 +31,11 @@ ...@@ -31,6 +31,11 @@
margin: 0 auto; margin: 0 auto;
} }
> h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
> .card-title { > .card-title {
line-height: 1.3em; line-height: 1.3em;
font-size: 1.125em; font-size: 1.125em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment