fix: video size past 100% on mobile

This commit is contained in:
Gabriele Musco 2024-07-26 13:03:36 +02:00
parent 55d858e0dd
commit 212185934d

View file

@ -0,0 +1,6 @@
<style>
article.markdown video {
max-width: 100%;
height: auto;
}
</style>