Skip to content

Commit 05be7d4

Browse files
authored
Merge pull request #37 from ishythefishy/layout-fix
Tiny layout fix for info container
2 parents e1bac8d + e6add0b commit 05be7d4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ I am gratefully welcoming feedback from musicians, pull requests from software e
1818

1919
Thank you and happy jamming!
2020

21+
___
2122

2223
## Technical
2324

24-
The Fretonator was built with:
25+
The Fretonator is built with:
2526

2627
```
2728
Angular

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)