Make it responsive

This commit is contained in:
Alfredo Sumaran 2016-03-17 11:34:31 -05:00
parent 95cc46a44a
commit 358545b8d2
1 changed files with 6 additions and 2 deletions

View File

@ -201,11 +201,15 @@
.modal-profile-crop {
.modal-dialog {
width: 380px;
@media (max-width: $screen-sm-min) {
width: auto;
}
}
.profile-crop-image-container {
width: 350px;
height: 350px;
height: 300px;
margin: 0 auto;
}