Skip to content
Snippets Groups Projects
Commit 8363607b authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-7056: make circle-based infographics fit in narrower spaces, and make...

ISTWCMS-7056: make circle-based infographics fit in narrower spaces, and make the circle have the same top alignment as the half circle
parent 74abea0e
No related branches found
No related tags found
1 merge request!222ISTWCMS-7056: center vertical bar, and don't put margin at the bottom of the...
......@@ -947,15 +947,18 @@ are the same height. */
}
&.infographic-half-circle {
width: 15.625rem;
max-width: 15.625rem;
svg {
margin: calc(-0.14 * 100%) 0 calc(-0.4 * 100%);
}
}
&.infographic-circle {
width: 15.625rem;
max-width: 15.625rem;
svg {
margin-top: calc(-0.14 * 100%);
}
}
}
......
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