Files
pdfer/webapp/static/styles.css
Thomas Ruoff da027191d6 further work
2017-02-19 23:27:53 +01:00

22 lines
188 B
CSS

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