fix investigation__header
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
This commit is contained in:
parent
e4f04b9be6
commit
b8352c81fa
3 changed files with 86 additions and 95 deletions
|
|
@ -975,6 +975,7 @@ figcaption,
|
|||
}
|
||||
#investigation__hero figure img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
aspect-ratio: 2/1;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
|
|
@ -984,7 +985,8 @@ figcaption,
|
|||
position: relative;
|
||||
aspect-ratio: 2/1;
|
||||
}
|
||||
#investigation__hero .player-container .extract, #investigation__hero .player-container video {
|
||||
#investigation__hero .player-container .extract,
|
||||
#investigation__hero .player-container video {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-o-object-fit: cover;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue