diff --git a/src/styles/components.css b/src/styles/components.css index b6ba689a..041a7e25 100644 --- a/src/styles/components.css +++ b/src/styles/components.css @@ -93,6 +93,10 @@ @apply m-auto max-w-full rounded-lg md:m-0; } + video { + @apply m-auto rounded-lg; + } + iframe { @apply aspect-video w-full max-w-full rounded-lg md:h-[26rem]; }