diff --git a/app/views/user/questions.html.haml b/app/views/user/questions.html.haml index b271b69a..e1ce1c30 100644 --- a/app/views/user/questions.html.haml +++ b/app/views/user/questions.html.haml @@ -1,9 +1,9 @@ .profile--header .container.j2-page - .col-md-4.col-xs-12.col-sm-4 + .col-md-3.col-xs-12.col-sm-4 = render 'user/profile_info' .hidden-xs= render 'shared/links' - .col-md-8.col-xs-12.col-sm-8 + .col-md-9.col-xs-12.col-sm-8 %h1.j2-lh.hidden-xs= @title %h1.visible-xs= @title #questions diff --git a/app/views/user/show_follow.html.haml b/app/views/user/show_follow.html.haml index 04bd7f2d..c6063b0d 100644 --- a/app/views/user/show_follow.html.haml +++ b/app/views/user/show_follow.html.haml @@ -1,9 +1,9 @@ .profile--header .container.j2-page - .col-md-4.col-xs-12.col-sm-4 + .col-md-3.col-xs-12.col-sm-4 = render 'user/profile_info' .hidden-xs= render 'shared/links' - .col-md-8.col-xs-12.col-sm-8 + .col-md-9.col-xs-12.col-sm-8 %h1.j2-lh.hidden-xs= @title %h1.visible-xs= @title #users