Skip to content

Commit b8457c5

Browse files
committed
add max-width
1 parent 80a3037 commit b8457c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/assets/styles/scss/modals/modals.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@
2828
box-shadow: 0 0 30px rgba($black,.12);
2929
color: $gray-dark;
3030
margin: auto;
31-
max-width: calc(100vw - 30px);
31+
max-width: 75vw;
3232
min-width: 370px;
3333
position: relative;
3434

3535
@include media(xs) {
36+
max-width: calc(100vw - 30px);
3637
min-width: 360px;
3738
width: calc(100% - 30px);
3839
}

0 commit comments

Comments
 (0)