Skip to content

Commit b771fe5

Browse files
committed
docs: no container needed for landing section
1 parent 5fab28a commit b771fe5

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

docs/pages/pricing.vue

+7-9
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,12 @@ const evanTestimonial = computed(() => {
167167
</li>
168168
</ul>
169169
</ULandingSection>
170-
<UContainer>
171-
<ULandingSection :title="page.faq.title" :description="page.faq.description" :ui="{ container: 'max-w-5xl' }">
172-
<ULandingFAQ :items="page?.faq.items" multiple>
173-
<template #item="{ item }">
174-
<MDC :value="item.content" class="prose prose-primary dark:prose-invert max-w-none text-gray-500 dark:text-gray-400" />
175-
</template>
176-
</ULandingFAQ>
177-
</ULandingSection>
178-
</UContainer>
170+
<ULandingSection :title="page.faq.title" :description="page.faq.description" :ui="{ container: 'max-w-5xl' }">
171+
<ULandingFAQ :items="page?.faq.items" multiple>
172+
<template #item="{ item }">
173+
<MDC :value="item.content" class="prose prose-primary dark:prose-invert max-w-none text-gray-500 dark:text-gray-400" />
174+
</template>
175+
</ULandingFAQ>
176+
</ULandingSection>
179177
</div>
180178
</template>

0 commit comments

Comments
 (0)