Skip to content

Commit

Permalink
Fix bio container width
Browse files Browse the repository at this point in the history
  • Loading branch information
bum8hj committed Apr 6, 2024
1 parent 7ac9e6f commit 1a26f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profiles/templates/profiles/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="col-1">
<img src="{{obj.avatar.url}}" class="avatar rounded" height="200px" width="auto" alt="{{obj.user.username}}">
</div>
<div class="col-2">
<div class="col">
<h3><b>{{obj.user}}</b></h3>
<p>{{obj.bio | default:"This user's bio is empty :("}}</p>
</div>
Expand Down

0 comments on commit 1a26f62

Please sign in to comment.