fix: safari rendering inconsistencies with polaroid border compared to other browsers

This commit is contained in:
Sebin Nyshkim 2022-01-06 23:19:58 +01:00
parent 9fab037276
commit 829444a37f
2 changed files with 8 additions and 16 deletions

View file

@ -146,19 +146,8 @@ export default {
max-height: 80%;
}
img {
object-fit: contain;
width: 100%;
max-height: 50vh;
@include mq-desktop {
max-height: 80vh;
}
}
figcaption {
flex: 1 0 auto;
flex: 0 0 100%;
text-align: center;
p {