diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-04 16:16:49 -0400 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-04 16:16:49 -0400 |
| commit | 85968a3a6bc5737715ed34fba942153174d2c993 (patch) | |
| tree | 0947cd6c2077c9024b8e150ff921467757f39621 /client/src/lib/components/htmlStyles.js | |
| parent | 14b8f0acb52cfe6eca4d74a583562939d3aa7a1a (diff) | |
about this work
Diffstat (limited to 'client/src/lib/components/htmlStyles.js')
| -rw-r--r-- | client/src/lib/components/htmlStyles.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/client/src/lib/components/htmlStyles.js b/client/src/lib/components/htmlStyles.js index a627884..1b050a2 100644 --- a/client/src/lib/components/htmlStyles.js +++ b/client/src/lib/components/htmlStyles.js @@ -29,4 +29,15 @@ export default StyleSheet.create({ fontSize: 16, lineHeight: 30, }, + h2: { + color: 'white', + fontFamily: '"Futura-Medium", sans-serif', + fontSize: 14, + lineHeight: 16, + fontWeight: 'bold', + paddingTop: 10, + paddingBottom: 5, + display: 'block', + textAlign: 'left', + }, }) |
