diff --git a/src/static/style/mobile.css b/src/static/style/mobile.css index b68eb94..547270d 100755 --- a/src/static/style/mobile.css +++ b/src/static/style/mobile.css @@ -214,6 +214,13 @@ label{ display: block; margin: 0 auto 0 auto; max-width: 100%; + max-height: 50vh; +} + +#article>p>video{ + margin: 0 auto 0 auto; + max-width: 100%; + max-height: 50vh; } pre{