Bug Fix: Modals now fit onto the screen on mobile devices

This commit is contained in:
Matthew Harrison-Jones 2013-09-06 15:38:42 +01:00
parent 44deb1c0df
commit d73dca66a9

View File

@ -971,6 +971,10 @@ body.blur > *:not(#modal-container) {
opacity: 1;
}
}
@include breakpoint($mobile) {
width: 100%;
}
}
.modal-info {
@ -1029,6 +1033,10 @@ body.blur > *:not(#modal-container) {
.modal-style-wide {
width: 550px;
@include breakpoint($mobile) {
width: 100%;
}
}
.modal-style-centered {