Skip to content

Commit ddf25f0

Browse files
author
Salma Alam-Naylor
committed
Styling changes
1 parent 27e3e6e commit ddf25f0

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

apps/fretonator-web/src/app/common/fretonator/similar-modes/similar-modes.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h4 class="similarModes__title">Did you know?</h4>
1414
</div>
1515

1616
<p class="similarModes__copy">There are only 7 patterns you need to learn. Once you've memorised those patterns,
17-
you can play any of the 7 standard modes (Ionian, Dorian, Phrygian, Lydian, Mixolydian, Aolian, Locrian) from
17+
you can play any of the 7 standard modes <em>(Ionian, Dorian, Phrygian, Lydian, Mixolydian, Aolian, Locrian</em>) from
1818
any starting note, anywhere on the fretboard.</p>
1919
<p class="similarModes__copy">These patterns always appear in the same order, one after the other.</p>
2020
</div>

apps/fretonator-web/src/app/common/fretonator/similar-modes/similar-modes.component.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
.chipsContainer {
77
margin-top: pxToRem($grid-unit * 2);
88
margin-bottom: pxToRem($grid-unit * 4);
9+
display: flex;
10+
justify-content: center;
11+
width: 100%;
912
}
1013

1114
.similarModes {
@@ -30,4 +33,8 @@
3033
.similarModes__copy {
3134
@include font_bodyCopy();
3235
margin-bottom: pxToRem($grid-unit * 2);
36+
37+
&:last-of-type {
38+
margin-bottom: 0;
39+
}
3340
}

apps/fretonator-web/src/app/pages/home/home-index/home-index.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149

150150
.modeSelector__label {
151151
@include font_medium();
152+
font-size: pxToRem(16);
152153
font-weight: var(--font-weight-bold);
153154
margin-top: pxToRem($grid-unit * 1);
154155
margin-bottom: pxToRem($grid-unit * 1);

0 commit comments

Comments
 (0)