Fix display of very large images

This commit is contained in:
patriceac 2023-01-07 15:04:07 -08:00 committed by GitHub
parent 2d9853f1f4
commit 8d9cd0e30b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,6 +250,8 @@ button#resume {
} }
img { img {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
width: 100%;
object-fit: contain;
} }
.line-separator { .line-separator {
background: var(--background-color3); background: var(--background-color3);