mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 16:27:48 +01:00
fix profile size indifference
This commit is contained in:
parent
ca222f86c8
commit
82924cfbec
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue