We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ac270 commit c2a54b2Copy full SHA for c2a54b2
app/assets/stylesheets/badges.sass
@@ -1,8 +1,7 @@
1
.mini-badges-section
2
position: absolute
3
- height: 62px
4
top: 50%
5
- right: 4px
+ left: 20px
6
margin-top: -31px
7
8
.describer-badge
app/views/accounts/_mini_header.html.haml
@@ -12,7 +12,7 @@
12
.info.pull-left
13
%h1{ itemprop: 'name' }
14
= link_to h(@account.name), account_path(@account)
15
- .col-xs-12.col-sm-12.col-md-12.pull-left.clearfix
+ .col-xs-8.col-sm-8.col-md-12.pull-left.clearfix
16
- if @account.location.present?
17
= @account.location
18
%meta{ itemprop: 'homeLocation', content: @account.location }
0 commit comments