mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
chore: styling fixes
This commit is contained in:
parent
6d936544f7
commit
24802b8afe
3 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue