Skip to content

Commit

Permalink
fix(modal): fix styles and dont use media breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
skhamvon authored and dpellier committed Feb 15, 2024
1 parent 3e7aeba commit 3eaf7f4
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
.wrapper {
border-radius: var(--ods-size-04);
padding: 0;
width: 512px;
min-width: 50%;
width: 100%;
max-width: 512px;

.header {
Expand All @@ -43,10 +42,6 @@
width: 100%;
}
}

@media (width < 786px) {
width: 100%
}
}
}
}

0 comments on commit 3eaf7f4

Please sign in to comment.