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 @@