1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Add line-height rule for error page h2 (#2761)

This commit is contained in:
Seth Mcleod 2017-08-12 00:40:07 -04:00 committed by Tim Neutkens
parent ba65b07dff
commit 7a5a6bcef2

View file

@ -69,6 +69,7 @@ const styles = {
h2: {
fontSize: '14px',
fontWeight: 'normal',
lineHeight: 'inherit',
margin: 0,
padding: 0
}