chore: styling fixes

This commit is contained in:
AP 2020-01-30 21:28:17 +01:00
parent 6d936544f7
commit 24802b8afe
3 changed files with 4 additions and 3 deletions

View file

@ -6,7 +6,7 @@ import { themeColors } from 'styles/Themes';
export const Compatible = () => {
return (
<Section color={themeColors.grey2} padding={'80px 0 40px'}>
<Section color={themeColors.grey2} padding={'40px 0'}>
<Center>
<h2>Compatible with the latest LND node versions.</h2>
</Center>

View file

@ -62,7 +62,7 @@ const detailCardContent = (title: string, text: string, Icon: any) => (
export const DetailSection = () => {
return (
<Section withColor={false}>
<Section padding={'0 0 48px'} withColor={false}>
<DetailLine>
{detailCardContent(
'Make Payments',

View file

@ -31,7 +31,8 @@ export const ContactSection = () => (
</IconTitle>
</Question>
<SmallText>
Write to me on Telegram @apotdevin. I usually answer quick.
Write to me on Telegram @apotdevin. Usually a quick
response.
</SmallText>
</DetailCard>
<DetailCard>