diff options
Diffstat (limited to 'alabaster-lite/css')
-rw-r--r-- | alabaster-lite/css/alabaster.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/alabaster-lite/css/alabaster.css b/alabaster-lite/css/alabaster.css index b792580..a411fd4 100644 --- a/alabaster-lite/css/alabaster.css +++ b/alabaster-lite/css/alabaster.css @@ -1174,3 +1174,7 @@ span.eqno { border-radius: 8px; } } + +video { + max-width: 100%; +} |