1
0
Fork 0
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:
nkzawa 2016-10-09 18:36:58 +09:00
parent c037952b72
commit 0a0bb2e673

View file

@ -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%'
},