aboutsummaryrefslogtreecommitdiffstats
path: root/css/style.css
diff options
context:
space:
mode:
authorBlista Kanjo2024-02-17 12:43:11 -0500
committerBlista Kanjo2024-02-17 12:43:11 -0500
commitff4b52435d6905fa8f30faea6384416a376e5bec (patch)
treee153b200de0386f9abd458b6005462c7dd6a4610 /css/style.css
parentb30defdf939d4431fcca510a81cb093b3f6d2415 (diff)
kj-gitbot: css/style.css
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css
index ce9846d..9ada1f9 100644
--- a/css/style.css
+++ b/css/style.css
@@ -138,9 +138,9 @@ button {
}
.responsive-video {
- position: relative;
- padding-bottom: 56.25%; /* 16:9 -> 9/16x100 */
- overflow: hidden;
+ max-width: 100%;
+ max-height: 100%;
+ height: auto;
}
.video {
width: 100%;