mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
22 lines
188 B
CSS
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%;
|
|
}
|