diff --git a/src/assets/css/tailwind.css b/src/assets/css/tailwind.css index d35d173..9af1a7e 100644 --- a/src/assets/css/tailwind.css +++ b/src/assets/css/tailwind.css @@ -12,16 +12,4 @@ @apply transition-colors ease-in-out duration-300; @apply hover:bg-blue-550 } - - .embed-responsive { - @apply block relative h-0 overflow-hidden aspect-ratio-16/9 - } - - .embed-responsive .embed-responsive-item, - .embed-responsive iframe, - .embed-responsive embed, - .embed-responsive object, - .embed-responsive video { - @apply absolute w-full h-full inset-0 border-0 - } } diff --git a/src/components/recent-talks/recent-talk.vue b/src/components/recent-talks/recent-talk.vue index 36bca7e..647531e 100644 --- a/src/components/recent-talks/recent-talk.vue +++ b/src/components/recent-talks/recent-talk.vue @@ -4,10 +4,11 @@ {{ talk.title }} -