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 0102cd1 commit 0b6e188Copy full SHA for 0b6e188
app/styles/components/_RoundLearn.scss
@@ -92,6 +92,10 @@
92
.one-syllable & {
93
.big-word {
94
margin-left: .44em;
95
+
96
+ @include phone {
97
+ margin-left: 0.66em;
98
+ }
99
}
100
101
@@ -178,7 +182,7 @@
178
182
transform: scale(1, 1);
179
183
180
184
@include phone {
181
- transform: scale(.75, .75);
185
+ transform: scale(.5, .5);
186
187
188
0 commit comments