Skip to content

Commit 8092ba1

Browse files
author
Salma Alam-Naylor
committed
Spacing tweaks
1 parent 0535589 commit 8092ba1

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
flex-direction: column;
8686
justify-content: center;
8787
align-items: center;
88-
margin-bottom: pxToRem($grid-unit * 8);
88+
margin-bottom: pxToRem($grid-unit * 4);
8989
width: 100%;
9090

9191
@media screen and (min-width: $screen-med) {
@@ -230,5 +230,6 @@
230230

231231
.actionButton {
232232
@include hard_button_base();
233-
margin-left: auto;
233+
margin-bottom: pxToRem($grid-unit * 2);
234+
align-self: flex-start;
234235
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646

4747
.similarModes__cta {
4848
@include hard_button_base;
49-
margin-left: auto;
49+
align-self: flex-start;
5050
}

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

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
var(--offwhite),
6868
var(--purple)
6969
);
70+
margin-bottom: pxToRem($grid-unit * 4);
7071
}
7172

7273
.tagRow {

apps/fretonator-web/src/styles/_mixins.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@
107107
border: pxToRem(2) solid $foregroundColor;
108108
text-transform: uppercase;
109109
font-family: var(--font-family-main);
110-
font-size: pxToRem(18);
110+
font-size: pxToRem(16);
111111
display: inline-block;
112112
background-color: $backgroundColor;
113-
padding: pxToRem($grid-unit) pxToRem($grid-unit * 2);
113+
padding: pxToRem($grid-unit * 2);
114114
color: $foregroundColor;
115115
text-decoration: none;
116116
cursor: pointer;

0 commit comments

Comments
 (0)