Skip to content

Commit

Permalink
Merge pull request #33 from icssc/feat/2ndStepCreateModalResponsive
Browse files Browse the repository at this point in the history
feat: made lost item category menu items responsive
  • Loading branch information
stevem-zhou authored Feb 27, 2024
2 parents 860ce6c + 207bb0f commit a606643
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/Type/TypeCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export default function TypeCard({
backgroundColor={newAddedItem.type === type ? "#787092" : "white"}
variant="outline"
border="5px rgb(166, 152, 216) solid"
minW={{ md: "7vw", base: "13vh" }}
minH={{ md: "7vw", base: "13vh" }}
minW={{ md: "10vw", base: "13vh" }}
minH={{ md: "8vw", base: "13vh" }}
borderRadius="20px"
alignItems={"center"}
justifyContent={"center"}
Expand Down
4 changes: 2 additions & 2 deletions src/components/TypeSelector/TypeSelector.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ export default function TypeSelector(props) {

return (
<Flex
w={{ md: "50vw", base: "100%" }}
w={{ xl: "700px", lg: "600px" }}
flexWrap={"wrap"}
alignItems={"center"}
justifyContent={"center"}
paddingX={{ md: "20%", base: "0%" }}
padding={{ base: "30px" }}
gap={{ md: 10, base: 4 }}
m={0}
>
Expand Down

0 comments on commit a606643

Please sign in to comment.