From d5df658861c9646bbaf50473732f805b68067eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateus=20Felipe=20Gon=C3=A7alves?= Date: Mon, 26 Feb 2024 17:22:16 +0000 Subject: [PATCH] feat(ui): add styles for video --- src/styles/components.css | 4 ++++ 1 file changed, 4 insertions(+) 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]; }