bugfix overlay
This commit is contained in:
parent
d34c253089
commit
1c274768a7
1 changed files with 9 additions and 3 deletions
|
|
@ -16,16 +16,22 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 75%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-height: 80%;
|
||||
max-width: 80%;
|
||||
img {
|
||||
width: 100%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
border-radius: 12px;
|
||||
}
|
||||
video {
|
||||
width: 100%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue