diff options
author | Fred Carlsen <fred@sjelfull.no> | 2018-12-03 22:31:17 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-03 22:31:17 +0800 |
commit | 06304b30c9c30ff679075b43ca5de4e47c972736 (patch) | |
tree | 9db06a4ed8130937a13159827dd1b2bb5bd86eec /packages/website/ts/@next/constants/globalStyle.tsx | |
parent | 03962352df55fc4f6062b0764ea5987ca6dce97e (diff) | |
download | dexon-0x-contracts-06304b30c9c30ff679075b43ca5de4e47c972736.tar dexon-0x-contracts-06304b30c9c30ff679075b43ca5de4e47c972736.tar.gz dexon-0x-contracts-06304b30c9c30ff679075b43ca5de4e47c972736.tar.bz2 dexon-0x-contracts-06304b30c9c30ff679075b43ca5de4e47c972736.tar.lz dexon-0x-contracts-06304b30c9c30ff679075b43ca5de4e47c972736.tar.xz dexon-0x-contracts-06304b30c9c30ff679075b43ca5de4e47c972736.tar.zst dexon-0x-contracts-06304b30c9c30ff679075b43ca5de4e47c972736.zip |
Tweak line heights
Diffstat (limited to 'packages/website/ts/@next/constants/globalStyle.tsx')
-rw-r--r-- | packages/website/ts/@next/constants/globalStyle.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/@next/constants/globalStyle.tsx b/packages/website/ts/@next/constants/globalStyle.tsx index 72c8a933e..7e8f2ebdb 100644 --- a/packages/website/ts/@next/constants/globalStyle.tsx +++ b/packages/website/ts/@next/constants/globalStyle.tsx @@ -54,7 +54,7 @@ const GlobalStyles = withTheme(createGlobalStyle<GlobalStyle> ` object-fit: contain; } - p { + p, li { font-size: 1rem; line-height: 1.444444444em; // 26px } |