diff --git a/src/styles/styles.css b/src/styles/styles.css index ad78149..ee13e35 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -745,4 +745,12 @@ a:hover { background: rgb(0 0 0 / 10%); border-radius: 10px; border: solid 1px rgb(255 255 255 / 10%); +} + +iframe { + border: 0; + width: 100%; + border-radius: 8px; + aspect-ratio: 16 / 9; + height: unset; } \ No newline at end of file