Commit 1818837951158d476aec6256316626f08e0b99f6
1 parent
48d74f55
Exists in
master
and in
3 other branches
Adjusting the font-size in the signup form
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
users/templates/users/register.html
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | {% csrf_token %} |
45 | 45 | {% for field in form %} |
46 | 46 | <div class="col-lg-12 col-md-12 col-sm-12"> |
47 | - <div class="form-group form-group-sm"> | |
47 | + <div class="form-group form-group-md"> | |
48 | 48 | <div class="col-md-12 col-sm-12 col-xs-12 col-lg-12"> |
49 | 49 | {% if field.auto_id == 'id_image' %} |
50 | 50 | {% render_field field class='form-control' %} | ... | ... |