Skip to content

Commit

Permalink
Standardize table font sizes in PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
geealbers committed Apr 8, 2023
1 parent b7b0ad6 commit db625e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/_assets/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,12 @@ table a,
.q-figure#fig-63-6 {
margin-bottom: 1rem;
}
/* Standardize table font sizes in print */
.q-figure.is-table-scale-5,
.q-figure.is-table-scale-6,
.q-figure.is-table-scale-7 {
font-size: .875rem;
}
/* Fix the abstract display */
.quire-page__abstract .container .content {
padding-bottom: 0;
Expand Down

0 comments on commit db625e1

Please sign in to comment.