Skip to content

Commit

Permalink
fix: smaller, vertically centered sender
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Dec 27, 2023
1 parent c67caa9 commit b720adc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions print_style/print_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@

#sender {
position: relative;
font-size: 75%;
font-size: 50%;
height: 17.7mm;
display: table-cell;
vertical-align: middle;
}

#sender p {
position: absolute;
width: 85mm;
bottom: 0;
}

#address {
Expand Down

0 comments on commit b720adc

Please sign in to comment.