fix headings
This commit is contained in:
parent
0f1e0ef3f9
commit
e483714f44
|
@ -53,4 +53,8 @@ body {
|
|||
|
||||
.smiles {
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
.j2-lh {
|
||||
color: #fff;
|
||||
}
|
|
@ -4,7 +4,7 @@
|
|||
= render 'user/profile_info'
|
||||
.hidden-xs= render 'shared/links'
|
||||
.col-md-9.col-xs-12.col-sm-9
|
||||
%h1= @title
|
||||
%h1.j2-lh= @title
|
||||
#users
|
||||
- @users.each do |user|
|
||||
.col-sm-6
|
||||
|
|
Loading…
Reference in New Issue