chore: css cleanup

This commit is contained in:
Cory Dransfeldt 2024-07-01 13:25:45 -07:00
parent 2aa3af7c93
commit e30582d502
No known key found for this signature in database
13 changed files with 108 additions and 114 deletions

View file

@ -1,3 +1,3 @@
<script type="module" src="/assets/scripts/components/youtube-video-element.js"></script>
<style>youtube-video{aspect-ratio:16/9!important;width:100%!important}</style>
<style>youtube-video{aspect-ratio:16/9;width:100%;margin-bottom:var(--sizing-base)}</style>
<youtube-video controls src="{{ url }}"></youtube-video>