mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
fix padding
This commit is contained in:
@@ -35,9 +35,9 @@ import { blogPosts, homePosts } from '~/blog/Blog';
|
||||
</NuxtLink>
|
||||
</div>
|
||||
|
||||
<h5 class="mt-12"> Latest posts </h5>
|
||||
<h5 class="mt-12 hidden"> Latest posts </h5>
|
||||
|
||||
<div class="grid grid-cols-3 gap-2">
|
||||
<div class="grid-cols-3 gap-2 hidden">
|
||||
<NuxtLink tag="article" :to="'/blog/' + post.id" v-for="post of blogPosts" class="flex flex-col gap-2">
|
||||
<img class="rounded-xl outline outline-[1px] outline-gray-100/20" :src="'/blog/' + post.image"
|
||||
:alt="post.title">
|
||||
|
||||
@@ -173,12 +173,12 @@ const slidePricings: PricingCardProp[] = [
|
||||
<div class="poppins text-4xl mb-4 font-medium">
|
||||
Pricing
|
||||
</div>
|
||||
<div class="poppins text-2xl mb-4 font-normal text-white/80">
|
||||
<div class="poppins text-2xl mb-4 font-normal text-white/80 px-8">
|
||||
Start for Free and scale as you go
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="p-8">
|
||||
<div class="p-4">
|
||||
|
||||
<div class="flex gap-12 h-max flex-col lg:flex-row justify-center">
|
||||
<PricingCardGeneric :datas="freePricing">
|
||||
@@ -263,10 +263,6 @@ const slidePricings: PricingCardProp[] = [
|
||||
label: 'Can I self-host Litlyx?',
|
||||
content: 'Yes! You can self-host your own instance of Litlyx. More information is available on docs.'
|
||||
},
|
||||
{
|
||||
label: 'If I don\'t pay and want to stay on the free tier forever, can I?',
|
||||
content: 'Yes, you can! You can collect up to 2 months\' worth of data. We offer flexible plans so you can find one that fits your needs.'
|
||||
},
|
||||
{
|
||||
label: 'Did this FAQ help you?',
|
||||
content: 'If you have any more questions or need further clarification, please contact us at help@litlyx.com.'
|
||||
|
||||
Reference in New Issue
Block a user