further work

This commit is contained in:
Thomas Ruoff
2017-02-19 23:27:53 +01:00
parent 6865a63832
commit da027191d6
8 changed files with 138 additions and 20 deletions

21
webapp/static/styles.css Normal file
View File

@@ -0,0 +1,21 @@
label,
label input,
label textarea {
display: block;
}
button {
margin-top: 12px;
}
.home {
display: flex;
}
.home > div {
padding: 12px;
}
embed {
flex: 1 100%;
}