Skip to content

Commit a9df054

Browse files
committed
tweak paragraphs on level/round intro for phone
1 parent 04a723f commit a9df054

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/styles/components/_LevelIntro.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
transform: translateX(-104px) translateY(-57%);
1414

1515
@include phone {
16-
width: 90%;
17-
transform: translateX(-140px) translateY(-57%);
16+
width: 88%;
17+
transform: translateX(-43.75%) translateY(-57%);
1818
}
1919
}
2020

app/styles/components/_RoundIntro.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
transform: translateX(-104px) translateY(-57%);
1414

1515
@include phone {
16-
width: 90%;
17-
transform: translateX(-140px) translateY(-57%);
16+
width: 88%;
17+
transform: translateX(-43.75%) translateY(-57%);
1818
}
1919
}
2020

0 commit comments

Comments
 (0)