Skip to content

Commit

Permalink
Merge pull request #1512 from 2S00B5/2S00B5/1480/large-textheader-gap
Browse files Browse the repository at this point in the history
Reduce gap on profile page
  • Loading branch information
ArtOfCode- authored Jan 15, 2025
2 parents d077021 + a5bed1d commit 3c27f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/assets/stylesheets/users.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
}
}


.profile-text {
padding: 0.125em;
line-height: 1.5;
Expand Down
2 changes: 1 addition & 1 deletion app/views/users/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<div class="grid <%= deleted_user?(@user) ? 'deleted-content' : '' %>">
<div class="grid--cell is-9-lg is-12">
<div class="h-p-6 h-p-t-2">
<div class="h-p-0 h-p-t-0">
<div class="profile-text">
<p>
<% if @user.website.present? %>
Expand Down

0 comments on commit 3c27f3d

Please sign in to comment.