File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ onMounted(() => {
71
71
<span v-html =" page?.hero.description" />
72
72
</template >
73
73
74
- <UModal v-model =" videoModalOpen" >
75
- <div class =" p-3" >
74
+ <UModal v-model =" videoModalOpen" :ui = " { width: 'sm:max-w-4xl lg:max-w-5xl aspect-[16/9]' } " >
75
+ <div class =" p-3 h-full " >
76
76
<iframe
77
77
width =" 100%"
78
- height =" 315 "
78
+ height =" 100% "
79
79
:src =" `https://www.youtube-nocookie.com/embed/${videoLink.split('=')[1]}`"
80
80
frameborder =" 0"
81
81
allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
@@ -378,7 +378,7 @@ onMounted(() => {
378
378
/>
379
379
</div >
380
380
381
- <ULandingSection class =" relative mt-32" :ui =" { title: 'z-10' }" >
381
+ <ULandingSection class =" relative mt-32" :ui =" { title: 'z-10 2xl:pt-10 ' }" >
382
382
<template #title >
383
383
<span v-html =" page?.journey.title" />
384
384
</template >
You can’t perform that action at this time.
0 commit comments