mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
chore: styling fix
This commit is contained in:
parent
44363973cb
commit
c91dfbfd10
1 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ export const InfoSection = () => {
|
|||
</InfoRow>
|
||||
</Section>
|
||||
<Section padding={'48px 0'}>
|
||||
<InfoRow reverse={true}>
|
||||
<InfoRow>
|
||||
<TextSection>
|
||||
<h2>Channel Management</h2>
|
||||
<Text>
|
||||
|
@ -64,7 +64,7 @@ export const InfoSection = () => {
|
|||
</InfoRow>
|
||||
</Section>
|
||||
<Section padding={'48px 0'}>
|
||||
<InfoRow>
|
||||
<InfoRow reverse={true}>
|
||||
<ImageSection>
|
||||
<ImagePlace src={Forwards} />
|
||||
</ImageSection>
|
||||
|
@ -79,7 +79,7 @@ export const InfoSection = () => {
|
|||
</InfoRow>
|
||||
</Section>
|
||||
<Section padding={'48px 0 80px'}>
|
||||
<InfoRow reverse={true}>
|
||||
<InfoRow>
|
||||
<TextSection>
|
||||
<h2>Night/Day Mode</h2>
|
||||
<Text>
|
||||
|
|
Loading…
Add table
Reference in a new issue