Better big-photo display
This commit is contained in:
parent
ce0fc46e0f
commit
f4db844b7c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue