1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-23 01:36:26 +02:00

image fixes

This commit is contained in:
Matthias Kretschmann 2021-03-22 00:26:26 +01:00
parent d81a4f5b6d
commit 5550e408d4
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -362,7 +362,8 @@ td {
margin-bottom: var(--spacer);
}
.gatsby-image-wrapper {
.gatsby-image-wrapper,
.gatsby-image-wrapper-constrained {
max-height: 100vh;
display: block;
display: block !important;
}