We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bac8d commit 91cdaedCopy full SHA for 91cdaed
apps/fretonator-web/src/app/common/fretonator/scale-map/scale-map.component.scss
@@ -7,11 +7,12 @@
7
display: flex;
8
justify-content: space-between;
9
flex-direction: column;
10
- align-items: flex-start;
+ align-items: center;
11
margin-bottom: pxToRem($grid-unit * 4);
12
13
@media screen and (min-width: $screen-med) {
14
flex-direction: row;
15
+ align-items: flex-start;
16
margin-bottom: pxToRem($grid-unit * 8);
17
}
18
0 commit comments