Improve profile editing styling, add block for <head> manipulation

This commit is contained in:
Xevion
2022-03-27 09:39:20 -05:00
parent 0ce1560468
commit 03ed77b328
4 changed files with 47 additions and 8 deletions

View File

@@ -252,3 +252,23 @@ form {
}
}
}
.profile-form {
margin: 0 auto;
width: 80%;
textarea {
margin: 0.5em auto;
height: 10em;
width: 100%;
}
button {
margin: 0.3em auto;
text-align: center;
}
label {
margin: 0.5em 0;
}
}