2
0

fix: 🐛 Minor changes and improved accessibility

This commit is contained in:
Baptiste Arnaud
2022-03-24 11:44:34 +01:00
parent bcff2e0c14
commit b784e8918e
9 changed files with 24 additions and 8 deletions

View File

@ -43,6 +43,7 @@ export const ResultsContent = () => {
w="full"
justifyContent="center"
h="60px"
display={['none', 'flex']}
>
<HStack maxW="1200px" w="full">
<Button
@ -70,7 +71,7 @@ export const ResultsContent = () => {
</Button>
</HStack>
</Flex>
<Flex pt="60px" w="full" justify="center">
<Flex pt={['10px', '60px']} w="full" justify="center">
{publishedTypebot &&
(isAnalytics ? (
<AnalyticsContent stats={stats} />