Documents: Make business documents more compact

This commit is contained in:
2023-09-14 20:44:48 +02:00
parent 470f092482
commit ba691f4d17
10 changed files with 36 additions and 16 deletions

View File

@ -14,6 +14,13 @@
position: relative;
}
.info-wrapper .date {
text-align: right;
position: absolute;
right: 0;
bottom: -1.5em;
}
.address-wrapper {
height: 45mm;
width: 85mm;
@ -80,7 +87,7 @@ main > *:first-child {
margin-top: 0;
}
.main-wrapper h1, .main-wrapper p {
main h1, .main-wrapper p {
font-size: 12pt;
margin: 1em 0;
text-align: justify;
@ -92,12 +99,8 @@ main > *:first-child {
hyphens: manual;
}
.main-wrapper .date {
margin-bottom: 2em;
text-align: right;
}
.main-wrapper h1 {
main h1 {
margin-top: 0;
margin-bottom: 2em;
}