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