From f4db844b7cd7ab4354ec64272f7ef7a90e8a2d13 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Sat, 3 Sep 2022 23:09:26 -0400 Subject: [PATCH] Better big-photo display --- src/routes/+page.svelte | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 8f8a4fe..b68c0c1 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -221,7 +221,7 @@ JSON.parse(`{ /*max-width: 40vw;*/ /*max-height: 50vw;*/ margin-top: 2em; - max-width: 60vw; + max-width: 90vw; height: auto; } @@ -266,7 +266,8 @@ JSON.parse(`{ flex-direction: row; } img.big-photo { - width: 70vw; + max-width: 70vw; + max-height: 70vh; } .continue-reading {