Make a form a flexbox

This commit is contained in:
tijsklaren 2023-01-10 15:42:50 +01:00
parent e753e89230
commit 6f7cc23746
1 changed files with 5 additions and 0 deletions

View File

@ -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;