From 082ba1011b04b669683505204dee716c1a6b557b Mon Sep 17 00:00:00 2001 From: gwijthoff <5580840+gwijthoff@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:37:20 -0500 Subject: [PATCH] add style.css for Lookman --- content/issues/5/casting-in-reverse/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 content/issues/5/casting-in-reverse/style.css diff --git a/content/issues/5/casting-in-reverse/style.css b/content/issues/5/casting-in-reverse/style.css new file mode 100644 index 00000000..8f0f33b9 --- /dev/null +++ b/content/issues/5/casting-in-reverse/style.css @@ -0,0 +1,12 @@ +/* adjust image sizes to reduce PDF whitespace */ +@media print{ + img[src$="fig1-lion-horse.jpg"] { + max-height: 75%; + } + img[src$="fig4-scaled-w-mold.jpg"] { + max-height: 75%; + } + img[src$="fig9-sketchfab-frog-still.png"] { + max-height: 50%; + } +} \ No newline at end of file