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