mirror of
https://github.com/vercel/commerce.git
synced 2025-06-08 01:06:59 +00:00
Fix where we are table (responsive fix)
This commit is contained in:
parent
9b38091581
commit
87c0b21943
@ -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>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user