Commit 358545b8 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Make it responsive

parent 95cc46a4
...@@ -201,11 +201,15 @@ ...@@ -201,11 +201,15 @@
.modal-profile-crop { .modal-profile-crop {
.modal-dialog { .modal-dialog {
width: 380px; width: 380px;
@media (max-width: $screen-sm-min) {
width: auto;
}
} }
.profile-crop-image-container { .profile-crop-image-container {
width: 350px; height: 300px;
height: 350px;
margin: 0 auto; margin: 0 auto;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment