Skip to content

Commit

Permalink
add style.css for Lookman
Browse files Browse the repository at this point in the history
  • Loading branch information
gwijthoff committed Dec 9, 2024
1 parent d0c8119 commit 082ba10
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions content/issues/5/casting-in-reverse/style.css
Original file line number Diff line number Diff line change
@@ -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%;
}
}

0 comments on commit 082ba10

Please sign in to comment.