File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/shared/streak-celebration Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -160,8 +160,8 @@ function StreakModal({
160
160
</ ModalDialog . Title >
161
161
</ ModalDialog . Header >
162
162
< ModalDialog . Body className = "modal-body" >
163
- < p > { intl . formatMessage ( messages . streakBody ) } </ p >
164
- < p className = "modal-image" >
163
+ < p className = "text-center" > { intl . formatMessage ( messages . streakBody ) } </ p >
164
+ < p className = "modal-image text-center " >
165
165
{ ! wideScreen && < img src = { StreakMobileImage } alt = "" className = "img-fluid" /> }
166
166
{ wideScreen && < img src = { StreakDesktopImage } alt = "" className = "img-fluid" /> }
167
167
</ p >
Original file line number Diff line number Diff line change 26
26
.modal-body {
27
27
padding-top : .5rem ;
28
28
font-size : 1.2rem ;
29
+
30
+ .pgn__modal-body-content {
31
+ text-align : center ;
32
+ }
29
33
}
30
34
31
35
.modal-footer {
You can’t perform that action at this time.
0 commit comments