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