Make a form a flexbox
This commit is contained in:
parent
e753e89230
commit
6f7cc23746
|
@ -1,5 +1,10 @@
|
|||
/* This file formats the forms and inputfields */
|
||||
|
||||
form{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
input, button, textarea, select, .button{
|
||||
/* We don't want the stupid browser appearance */
|
||||
appearance: none;
|
||||
|
|
Loading…
Reference in New Issue