Commit 052622a3 authored by Harry Kiselev's avatar Harry Kiselev

Fix profile_header bottom margin, #51807.

parent 56186063
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
} }
.profile-header { .profile-header {
margin: 0 auto; margin: 0 $gl-padding 10px;
.avatar-holder { .avatar-holder {
width: 90px; width: 90px;
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
= link_to avatar_icon_for_user(@user, 400), target: '_blank', rel: 'noopener noreferrer' do = link_to avatar_icon_for_user(@user, 400), target: '_blank', rel: 'noopener noreferrer' do
= image_tag avatar_icon_for_user(@user, 90), class: "avatar s90", alt: '' = image_tag avatar_icon_for_user(@user, 90), class: "avatar s90", alt: ''
.user-info.prepend-left-default.append-right-default .user-info
.cover-title .cover-title
= @user.name = @user.name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment