center paragraph

This commit is contained in:
2023-02-26 22:07:43 +10:00
parent 1142033d57
commit 26b93442b1

View File

@@ -2,7 +2,7 @@
<SMModal> <SMModal>
<SMDialog :loading="dialogLoading"> <SMDialog :loading="dialogLoading">
<h1>Change Password</h1> <h1>Change Password</h1>
<p>Enter your new password below</p> <p class="text-center">Enter your new password below</p>
<SMForm :model-value="form" @submit="handleSubmit"> <SMForm :model-value="form" @submit="handleSubmit">
<SMInput <SMInput
control="password" control="password"