fix: video size past 100% on mobile
This commit is contained in:
6
layouts/partials/docs/inject/head.html
Normal file
6
layouts/partials/docs/inject/head.html
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<style>
|
||||||
|
article.markdown video {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user