From 358545b8d2b41b24bdb8dc581f9541122212ae56 Mon Sep 17 00:00:00 2001
From: Alfredo Sumaran <alfredo@gitlab.com>
Date: Thu, 17 Mar 2016 11:34:31 -0500
Subject: [PATCH] Make it responsive

---
 app/assets/stylesheets/pages/profile.scss | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index 0cd37e7014..3831f88f01 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -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;
   }
 
-- 
2.30.9