Skip to content

Commit 89105e2

Browse files
committed
Fix margin
1 parent 72dc60c commit 89105e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/User/View.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('./header.inc.phtml'); ?>
7171
<? if ($user) { ?>
7272
<h1>User Profile</h1>
7373
<div class="row justify-content-md-center">
74-
<div class="col-sm-3">
74+
<div class="col-sm-3 mb-2">
7575
<!-- Avatar -->
7676

7777
<img class="rounded w-100" src="<?=$user->getAvatarURI(1024)?>" />

0 commit comments

Comments
 (0)