Skip to content

Commit 91cdaed

Browse files
author
Salma Alam-Naylor
committed
Tiny layout fix for info container
1 parent e1bac8d commit 91cdaed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/fretonator-web/src/app/common/fretonator/scale-map/scale-map.component.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
display: flex;
88
justify-content: space-between;
99
flex-direction: column;
10-
align-items: flex-start;
10+
align-items: center;
1111
margin-bottom: pxToRem($grid-unit * 4);
1212

1313
@media screen and (min-width: $screen-med) {
1414
flex-direction: row;
15+
align-items: flex-start;
1516
margin-bottom: pxToRem($grid-unit * 8);
1617
}
1718
}

0 commit comments

Comments
 (0)