Browse Source

Improve mascot size

Arnaud Vergnet 3 years ago
parent
commit
0dae9c08b5

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

24
         <Mascot
24
         <Mascot
25
           style={{
25
           style={{
26
             ...styles.center,
26
             ...styles.center,
27
-            width: '100%',
27
+            width: '80%',
28
           }}
28
           }}
29
           emotion={MASCOT_STYLE.COOL}
29
           emotion={MASCOT_STYLE.COOL}
30
           animated
30
           animated

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

26
         <Mascot
26
         <Mascot
27
           style={{
27
           style={{
28
             ...styles.center,
28
             ...styles.center,
29
-            width: '100%',
29
+            width: '80%',
30
           }}
30
           }}
31
           emotion={MASCOT_STYLE.NORMAL}
31
           emotion={MASCOT_STYLE.NORMAL}
32
           animated
32
           animated

Loading…
Cancel
Save