fix responsiveness
[qcg-portal.git] / plgng / settings_common.py
index 0127218..3cda418 100644 (file)
@@ -110,7 +110,7 @@ SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'
 # 3-rd party settings
 
 BOOTSTRAP3 = {
-    'horizontal_label_class': 'col-md-4',
-    'horizontal_field_class': 'col-md-6',
+    'horizontal_label_class': 'col-sm-3 col-md-4',
+    'horizontal_field_class': 'col-sm-9 col-md-6',
     'set_placeholder': False,
-}
\ No newline at end of file
+}