We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e674d commit ade40b1Copy full SHA for ade40b1
src/style.js
@@ -2,7 +2,6 @@ export default {
2
redbox: {
3
boxSizing: 'border-box',
4
fontFamily: 'sans-serif',
5
- fontSize: '1em',
6
position: 'fixed',
7
padding: 10,
8
top: 0,
@@ -12,7 +11,10 @@ export default {
12
11
width: '100%',
13
background: 'rgb(204, 0, 0)',
14
color: 'white',
15
- zIndex: 9999
+ zIndex: 9999,
+ textAlign: 'left',
16
+ fontSize: '16px',
17
+ lineHeight: 1.2
18
},
19
message: {
20
fontWeight: 'bold'
0 commit comments