Browse Source

Improve mascot size

Arnaud Vergnet 3 years ago
parent
commit
0dae9c08b5

+ 1
- 1
src/components/Intro/MascotIntroEnd.js View File

@@ -24,7 +24,7 @@ class MascotIntroEnd extends React.Component<null> {
24 24
         <Mascot
25 25
           style={{
26 26
             ...styles.center,
27
-            width: '100%',
27
+            width: '80%',
28 28
           }}
29 29
           emotion={MASCOT_STYLE.COOL}
30 30
           animated

+ 1
- 1
src/components/Intro/MascotIntroWelcome.js View File

@@ -26,7 +26,7 @@ class MascotIntroWelcome extends React.Component<null> {
26 26
         <Mascot
27 27
           style={{
28 28
             ...styles.center,
29
-            width: '100%',
29
+            width: '80%',
30 30
           }}
31 31
           emotion={MASCOT_STYLE.NORMAL}
32 32
           animated

Loading…
Cancel
Save