add rule to only show warn modal when window width is under 500px

This commit is contained in:
RcleydsonR
2023-02-13 14:44:40 -03:00
parent 3346b96f18
commit c65a885309
2 changed files with 20 additions and 6 deletions

View File

@@ -71,8 +71,8 @@ if (props.isRedirectModal) {
display: flex !important;
justify-content: center;
align-items: center;
height: 100vh;
width: 100vw;
height: 100%;
width: 100%;
}
.modal {