mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2024-11-10 02:20:26 +01:00
fix: video size past 100% on mobile
This commit is contained in:
parent
55d858e0dd
commit
212185934d
1 changed files with 6 additions and 0 deletions
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>
|
Loading…
Reference in a new issue