Commit 3c9f31a0 by Patrick O'Carroll

added media breakpoint to legend-right

parent 3a19cf52
......@@ -4,7 +4,9 @@
height: 100%;
&--legend-right {
flex-direction: row;
@include media-breakpoint-up(sm) {
flex-direction: row;
}
.graph-legend {
flex: 0 1 10px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment