Skip to content

Commit 0b6e188

Browse files
committed
tweak spacing on mobile
1 parent 0102cd1 commit 0b6e188

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/styles/components/_RoundLearn.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@
9292
.one-syllable & {
9393
.big-word {
9494
margin-left: .44em;
95+
96+
@include phone {
97+
margin-left: 0.66em;
98+
}
9599
}
96100
}
97101

@@ -178,7 +182,7 @@
178182
transform: scale(1, 1);
179183

180184
@include phone {
181-
transform: scale(.75, .75);
185+
transform: scale(.5, .5);
182186
}
183187
}
184188
}

0 commit comments

Comments
 (0)