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

ISTWCMS-7056: center vertical bar, and don't put margin at the bottom of the...

ISTWCMS-7056: center vertical bar, and don't put margin at the bottom of the last thing in a caption
parent 44b4b249
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...
...@@ -32,6 +32,9 @@ $highlighted-fact-round: $global-rounded; ...@@ -32,6 +32,9 @@ $highlighted-fact-round: $global-rounded;
&__caption { &__caption {
color: var(--uw-black); color: var(--uw-black);
> :last-child {
margin-bottom: 0;
}
} }
&__small { &__small {
...@@ -893,6 +896,7 @@ are the same height. */ ...@@ -893,6 +896,7 @@ are the same height. */
height: 200px; height: 200px;
position: relative; position: relative;
width: var(--size-10); width: var(--size-10);
margin: 0 auto;
} }
.graph { .graph {
......
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