hello world

This commit is contained in:
hakui 2017-02-18 01:48:35 -06:00
parent cd0925747d
commit 734597b43f
8 changed files with 57 additions and 26 deletions

View file

@ -57,13 +57,21 @@
form {
display: flex;
flex-direction: column;
padding: 0.5em;
padding: 0.6em;
}
.form-group {
display: flex;
flex-direction: column;
padding: 0.3em 0.5em 0.6em;
line-height:24px;
}
form textarea {
border: none;
border-radius: 2px;
padding: 0.5em;
resize: vertical;
}
.btn {