2
0

docs(lp): 💄 Small visual fixes

This commit is contained in:
Baptiste Arnaud
2022-03-17 14:37:00 +01:00
parent 8ba231f393
commit 52b773379e
12 changed files with 159 additions and 83 deletions

View File

@ -74,7 +74,7 @@ export const Integrations = () => (
align="center"
borderWidth="1px"
data-aos="fade"
data-aos-delay={idx * 100}
data-aos-delay={idx * 200}
>
<Icon w="full" h="full" />
</Flex>
@ -94,7 +94,7 @@ export const Integrations = () => (
align="center"
borderWidth="1px"
data-aos="fade"
data-aos-delay={(secondRowIcons.length - idx) * 100}
data-aos-delay={(secondRowIcons.length - idx) * 200}
>
<Icon w="full" h="full" />
</Flex>