Skip to content

Commit

Permalink
fix: margin to the mobile modal
Browse files Browse the repository at this point in the history
  • Loading branch information
VarPDev committed Oct 29, 2024
1 parent 5deb691 commit 1f3e530
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/Modal/Modal.styled.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styled from '@emotion/styled';
import { css } from '@emotion/react';
import {Box} from "@mui/material";
import { css } from '@emotion/react'
import styled from '@emotion/styled'
import { Box } from "@mui/material"

export const StyledBox = styled(Box)(
({ theme }) => css`
Expand All @@ -16,6 +16,7 @@ export const StyledBox = styled(Box)(
@media (max-width: 768px) {
max-width: 400px;
width: 90%
}
`
);

0 comments on commit 1f3e530

Please sign in to comment.