mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-15 04:13:09 -06:00
Improve profile editing styling, add block for <head> manipulation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user