diff options
Diffstat (limited to 'public_html/data/css')
-rw-r--r-- | public_html/data/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public_html/data/css/style.css b/public_html/data/css/style.css index f59344f6f..06ab6bcd1 100644 --- a/public_html/data/css/style.css +++ b/public_html/data/css/style.css @@ -330,6 +330,10 @@ input[type="number"]::-webkit-inner-spin-button { } input[type="number"] { -moz-appearance: textfield; } +video { + max-width: 100%; +} + /* highlighting theme */ .hll { background-color: #ffffcc } .c { color: #999988; font-style: italic } /* Comment */ |