Browse Source

Add padding-bottom to ExchangePage

master
meriadec 7 years ago
parent
commit
65e85633ba
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 2
      src/components/ExchangePage/index.js

2
src/components/ExchangePage/index.js

@ -41,7 +41,7 @@ class ExchangePage extends PureComponent<Props> {
] ]
return ( return (
<Box> <Box pb={6}>
<Box ff="Museo Sans|Regular" color="dark" fontSize={7} mb={5}> <Box ff="Museo Sans|Regular" color="dark" fontSize={7} mb={5}>
{t('app:exchange.title')} {t('app:exchange.title')}
</Box> </Box>

Loading…
Cancel
Save