Skip to content

Commit

Permalink
Revert "fixed"
Browse files Browse the repository at this point in the history
This reverts commit 85af890.
  • Loading branch information
harshit078 committed Nov 7, 2024
1 parent 6eca7bb commit 15e9339
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ const StyledContainer = styled.div<{
: theme.spacing(3, 2, 4)};
@media (max-width: ${MOBILE_VIEWPORT}px) {
width: 100%;
padding-left: 20px;
padding-right: 20px;
width: 95%;
}
`;

Expand Down

0 comments on commit 15e9339

Please sign in to comment.