mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
pages/_error: fix css
This commit is contained in:
parent
c037952b72
commit
0a0bb2e673
|
@ -31,7 +31,7 @@ const styles = StyleSheet.create({
|
|||
left: 0,
|
||||
right: 0,
|
||||
position: 'absolute',
|
||||
fontDamily: '"SF UI Text", "Helvetica Neue", "Lucida Grande"',
|
||||
fontFamily: '"SF UI Text", "Helvetica Neue", "Lucida Grande"',
|
||||
textAlign: 'center',
|
||||
paddingTop: '20%'
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue