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 */
|
/* This file formats the forms and inputfields */
|
||||||
|
|
||||||
|
form{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
input, button, textarea, select, .button{
|
input, button, textarea, select, .button{
|
||||||
/* We don't want the stupid browser appearance */
|
/* We don't want the stupid browser appearance */
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
|
Loading…
Reference in New Issue