Skip to content

Commit

Permalink
sets base font size for pdf to 10px (#2891)
Browse files Browse the repository at this point in the history
  • Loading branch information
cammiida authored Jan 9, 2025
1 parent 1d625f3 commit f7119de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/shared.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ input.form-control:focus:not(.a-hasButton) {
@media print {
/* setting explicit base font-size for print */
html {
font-size: 16px;
font-size: 10px !important;
}

h1 {
Expand Down

0 comments on commit f7119de

Please sign in to comment.