diff options
| author | kj-sh604 | 2024-12-19 04:17:12 -0500 |
|---|---|---|
| committer | kj-sh604 | 2024-12-19 04:17:12 -0500 |
| commit | ee166b0bcc4b8ef3d89c3c5d74b2fe1335cb6e85 (patch) | |
| tree | 0cfd7e201ef87bfe8e08faeedb7ce12392f6ffbb | |
| parent | eaaf803a316f4ed4bc2677d1874b7cf15754b921 (diff) | |
kj-gitbot: css/style-unminified.css
| -rw-r--r-- | css/style-unminified.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/css/style-unminified.css b/css/style-unminified.css index 3ac2102..0711ed7 100644 --- a/css/style-unminified.css +++ b/css/style-unminified.css @@ -134,18 +134,16 @@ button { text-align: center; } -.responsive-video { +video { max-width: 100%; max-height: 100%; height: auto; } .video { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; + max-width: 100%; + max-height: 100%; + height: auto; } ul.no-bullets { |
