Style media embeds
This commit is contained in:
parent
ea35ca38c1
commit
428645245b
3 changed files with 8 additions and 6 deletions
|
@ -195,7 +195,8 @@ body {
|
|||
width: auto !important;
|
||||
}
|
||||
|
||||
.popup__image {
|
||||
.popup__image,
|
||||
.popup__video {
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-width: 70vw;
|
||||
|
@ -274,7 +275,8 @@ body {
|
|||
min-width: 350px;
|
||||
}
|
||||
|
||||
.popup__image {
|
||||
.popup__image,
|
||||
.popup__video {
|
||||
max-width: 100%;
|
||||
max-height: 60vh;
|
||||
margin-top: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue