mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
18 lines
189 B
CSS
18 lines
189 B
CSS
header h1 {
|
|
margin-left: 12px;
|
|
}
|
|
|
|
.p-button {
|
|
margin-top: 12px;
|
|
margin-right: 12px;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.home {
|
|
display: flex;
|
|
}
|
|
|
|
.home > div {
|
|
padding: 12px;
|
|
}
|