Center profile picture in transfer interface, closes #61

This commit is contained in:
Yohann D'ANELLO 2020-09-05 14:36:49 +02:00
parent 96954b1afd
commit 9f619a9df8
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
<div class="row">
{# Preview note profile (picture, username and balance) #}
<div class="col-md-3" id="note_infos_div">
<div class="card bg-light border-success shadow mb-4">
<div class="card bg-light border-success shadow mb-4 text-center">
<a id="profile_pic_link" href="#"><img src="{% static "member/img/default_picture.png" %}"
id="profile_pic" alt="" class="img-fluid rounded mx-auto"></a>
<div class="card-body text-center">