From db625e181de72fafb022f5fb311d601e1f3aece5 Mon Sep 17 00:00:00 2001 From: Greg Albers Date: Sat, 8 Apr 2023 08:38:46 -0700 Subject: [PATCH] Standardize table font sizes in PDF --- content/_assets/styles/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/_assets/styles/custom.css b/content/_assets/styles/custom.css index 5bdf3b7..0cc9e25 100644 --- a/content/_assets/styles/custom.css +++ b/content/_assets/styles/custom.css @@ -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;