iframe 16 9 aspect ratio
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m9s
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m9s
This commit is contained in:
parent
61eeb7b0d4
commit
1429973d66
@ -745,4 +745,12 @@ a:hover {
|
|||||||
background: rgb(0 0 0 / 10%);
|
background: rgb(0 0 0 / 10%);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: solid 1px rgb(255 255 255 / 10%);
|
border: solid 1px rgb(255 255 255 / 10%);
|
||||||
|
}
|
||||||
|
|
||||||
|
iframe {
|
||||||
|
border: 0;
|
||||||
|
width: 100%;
|
||||||
|
border-radius: 8px;
|
||||||
|
aspect-ratio: 16 / 9;
|
||||||
|
height: unset;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user