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

@@ -217,4 +217,21 @@ form button {
filter: drop-shadow(5px 7px 6px rgba(0, 0, 0, 0.2));
}
.profile-form {
margin: 0 auto;
width: 80%;
}
.profile-form textarea {
margin: 0.5em auto;
height: 10em;
width: 100%;
}
.profile-form button {
margin: 0.3em auto;
text-align: center;
}
.profile-form label {
margin: 0.5em 0;
}
/*# sourceMappingURL=styles.css.map */