Form styling.

This commit is contained in:
codevictory
2021-03-30 22:04:07 +03:00
parent bed6bd36cf
commit 15cd859504
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
form {
display: flex;
flex-direction: column;
}