diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/app.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/static/app.css b/static/app.css index b5ff52a..fb2f330 100644 --- a/static/app.css +++ b/static/app.css @@ -117,7 +117,13 @@ input { background-color: rgba(255, 255, 255, 0.8); } -.video { +.video_container { + display: flex; + justify-content: center; +} + +iframe { + aspect-ratio: 16 / 9; width: 100% !important; background-color: rgba(0, 0, 0, 1.0); } |
