Skip to content

Commit

Permalink
attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
loftwah committed Aug 3, 2024
1 parent a5b257a commit 827920e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/links/user_links.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="avatar">
<img src="<%= @user.avatar %>" alt="<%= @user.email %>" class="rounded-full border-4 border-white object-cover" style="width: 8rem; height: auto;">
</div>
<div class="user-info sm:ml-4 mt-4 sm:mt-0">
<div class="user-info ml-4 mt-0">
<h1 class="text-lg sm:text-xl font-bold text-white text-stroke"><%= @user.full_name %></h1>
<h2 class="text-base sm:text-l font-bold text-white text-stroke"><%= @user.username %></h2>
<div class="tags flex flex-wrap justify-center sm:justify-start mt-2">
Expand Down

0 comments on commit 827920e

Please sign in to comment.