Resquested changes

This commit is contained in:
Scroody 2023-07-05 15:48:21 -03:00
parent 50511ff3d3
commit bd6420cd2f

View File

@ -22,12 +22,12 @@ const FullscreenModal = styled(Styled.BaseModal)`
outline-style: solid;
display: flex;
flex-direction: column;
height: 100%;
align-self: flex-start;
padding: calc(${lineHeightComputed} / 2) ${lineHeightComputed};
@media ${smallOnly} {
width: 100%;
height: 100%;
}
`;