Better big-photo display

This commit is contained in:
Sage Vaillancourt 2022-09-03 23:09:26 -04:00
parent ce0fc46e0f
commit f4db844b7c
1 changed files with 3 additions and 2 deletions

View File

@ -221,7 +221,7 @@ JSON.parse(`{
/*max-width: 40vw;*/ /*max-width: 40vw;*/
/*max-height: 50vw;*/ /*max-height: 50vw;*/
margin-top: 2em; margin-top: 2em;
max-width: 60vw; max-width: 90vw;
height: auto; height: auto;
} }
@ -266,7 +266,8 @@ JSON.parse(`{
flex-direction: row; flex-direction: row;
} }
img.big-photo { img.big-photo {
width: 70vw; max-width: 70vw;
max-height: 70vh;
} }
.continue-reading { .continue-reading {