fix!: Resonsive category list

This commit is contained in:
DarioEsp 2022-07-24 01:05:57 -04:00
parent c1719ebe70
commit 97174c65ff

View File

@ -104,7 +104,8 @@ const Header = () => {
</Box>
<Box p="4" overflowX="hidden" overflowY="auto">
<HStack
justifyContent={{ base: "none", md: "center" }}
justifyContent={{ base: "none", lg: "center" }}
flexWrap={{ base: "initial", lg: "wrap" }}
spacing={4}
overflowX="auto"
overflowY="hidden"