fix: safari rendering inconsistencies with polaroid border compared to other browsers
This commit is contained in:
parent
9fab037276
commit
829444a37f
2 changed files with 8 additions and 16 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue