Add basic positioning to form

main
sudoer777 2021-09-30 14:43:23 -06:00
parent 746b8a97bf
commit 3cd5c4f275
1 changed files with 5 additions and 0 deletions

View File

@ -6,3 +6,8 @@ body {
a { a {
color: #00B7FF; color: #00B7FF;
} }
form {
display: flex;
flex-direction: column;
}