Skip to content

Commit

Permalink
Add bottom margin to username
Browse files Browse the repository at this point in the history
  • Loading branch information
user890104 committed Jan 18, 2024
1 parent 8a67ca0 commit f9c0d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/PresentUsers/PresentUsers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const PresentUsers = ({
<Image fluid src={user.picture.replace('s=128', 's=242')} alt="avatar" className="w-100" />}
</Card.Header>
<Card.Body className="text-center">
<h5>
<h5 className="mb-4">
{user.username}
</h5>
<ButtonGroup>
Expand Down

0 comments on commit f9c0d1e

Please sign in to comment.