Skip to content

Commit ade40b1

Browse files
hoegrammermxlje
authored andcommitted
fix(style): font size, alignment, and line height
1 parent 79e674d commit ade40b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/style.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ export default {
22
redbox: {
33
boxSizing: 'border-box',
44
fontFamily: 'sans-serif',
5-
fontSize: '1em',
65
position: 'fixed',
76
padding: 10,
87
top: 0,
@@ -12,7 +11,10 @@ export default {
1211
width: '100%',
1312
background: 'rgb(204, 0, 0)',
1413
color: 'white',
15-
zIndex: 9999
14+
zIndex: 9999,
15+
textAlign: 'left',
16+
fontSize: '16px',
17+
lineHeight: 1.2
1618
},
1719
message: {
1820
fontWeight: 'bold'

0 commit comments

Comments
 (0)