Otherwise stuff like `div.m-graph:last-child` that resets it back to 0
gets a priority.
display: inline;
}
figure.m-figure > *:last-child {
- margin-bottom: 1rem;
+ /* Need !important so the :last-child margin reset doesn't have higher
+ priority than this */
+ margin-bottom: 1rem !important;
}
figure.m-figure img, figure.m-figure svg {
position: relative; /* so it's above the border */
display: inline;
}
figure.m-figure > *:last-child {
- margin-bottom: 1rem;
+ margin-bottom: 1rem !important;
}
figure.m-figure img, figure.m-figure svg {
position: relative;
display: inline;
}
figure.m-figure > *:last-child {
- margin-bottom: 1rem;
+ margin-bottom: 1rem !important;
}
figure.m-figure img, figure.m-figure svg {
position: relative;
display: inline;
}
figure.m-figure > *:last-child {
- margin-bottom: 1rem;
+ margin-bottom: 1rem !important;
}
figure.m-figure img, figure.m-figure svg {
position: relative;
display: inline;
}
figure.m-figure > *:last-child {
- margin-bottom: 1rem;
+ margin-bottom: 1rem !important;
}
figure.m-figure img, figure.m-figure svg {
position: relative;