mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
further work
This commit is contained in:
21
webapp/static/styles.css
Normal file
21
webapp/static/styles.css
Normal 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%;
|
||||
}
|
||||
Reference in New Issue
Block a user