Fix where we are table (responsive fix)

This commit is contained in:
Daniele Pancottini 2023-02-08 19:23:08 +01:00
parent 9b38091581
commit 87c0b21943

View File

@ -26,8 +26,7 @@ export default function WhereWeAre() {
{locale == 'it' ? 'Dove Siamo' : 'Where We Are'}
</Text>
</Box>
<Box mt={10}>
<TableContainer>
<Box overflow={"auto"} mt={10}>
<Table colorScheme="teal">
<Thead>
<Tr>
@ -50,7 +49,6 @@ export default function WhereWeAre() {
)}
</Tbody>
</Table>
</TableContainer>
</Box>
</div>
)