Skip to content

Commit

Permalink
feat(ui): add styles for video
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Feb 26, 2024
1 parent 13942da commit d5df658
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
Expand Down

0 comments on commit d5df658

Please sign in to comment.