Skip to content

Commit 04a723f

Browse files
committed
show definition at bottom on phone
1 parent b11e40f commit 04a723f

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

app/styles/components/_RoundLearn.scss

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -297,12 +297,11 @@
297297
padding-top: 38px;
298298

299299
@include phone {
300-
display: none;
301-
// margin-left: 0;
302-
// left: auto;
303-
// right: 20px;
304-
// top: 85px;
305-
// padding-top: 28px;
300+
left: 90px;
301+
top: 390px;
302+
margin-left: 0;
303+
padding-top: 22px;
304+
text-align: left;
306305
}
307306

308307
.circle {
@@ -316,8 +315,6 @@
316315
@include phone {
317316
width: 128px;
318317
height: 128px;
319-
left: auto;
320-
right: -82px;
321318
}
322319
}
323320

@@ -328,8 +325,8 @@
328325
text-align: right;
329326

330327
@include phone {
331-
left: auto;
332-
right: 0;
328+
left: -30px;
329+
top: -20px;
333330
}
334331
}
335332

@@ -345,7 +342,7 @@
345342

346343
@include phone {
347344
display: block;
348-
text-align: right;
345+
text-align: left;
349346
}
350347
}
351348
}

0 commit comments

Comments
 (0)