From c083ba5a3cdbf844f7ad059587db033bb2aa613d Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Wed, 23 Aug 2023 23:30:17 -0500 Subject: [PATCH] Make edit profile better on mobile --- templates/user/edit-profile.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/user/edit-profile.html b/templates/user/edit-profile.html index a415d5d..150cbec 100644 --- a/templates/user/edit-profile.html +++ b/templates/user/edit-profile.html @@ -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; } {% endblock %} @@ -102,7 +102,7 @@ {{ _('Avatar') }}: - {{ form.profile_image }} + {{ form.profile_image }}