Make edit profile better on mobile

This commit is contained in:
cuom1999 2023-08-23 23:30:17 -05:00
parent 532137e54c
commit c083ba5a3c

View file

@ -43,9 +43,9 @@
#center-float {
position: relative;
margin: 0 auto auto -28.5em;
left: 60%;
width: 700px;
width: 100%;
display: flex;
justify-content: center;
}
</style>
{% endblock %}
@ -102,7 +102,7 @@
</tr>
<tr>
<td>{{ _('Avatar') }}: </td>
<td>{{ form.profile_image }}</td>
<td style="padding-top: 1em">{{ form.profile_image }}</td>
</tr>
</table>
<hr>