fix padding

This commit is contained in:
Emily
2024-07-17 16:52:46 +02:00
parent 96f4c991b1
commit 10e0075044
2 changed files with 4 additions and 8 deletions

View File

@@ -35,9 +35,9 @@ import { blogPosts, homePosts } from '~/blog/Blog';
</NuxtLink> </NuxtLink>
</div> </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"> <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" <img class="rounded-xl outline outline-[1px] outline-gray-100/20" :src="'/blog/' + post.image"
:alt="post.title"> :alt="post.title">

View File

@@ -173,12 +173,12 @@ const slidePricings: PricingCardProp[] = [
<div class="poppins text-4xl mb-4 font-medium"> <div class="poppins text-4xl mb-4 font-medium">
Pricing Pricing
</div> </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 Start for Free and scale as you go
</div> </div>
</div> </div>
<div class="p-8"> <div class="p-4">
<div class="flex gap-12 h-max flex-col lg:flex-row justify-center"> <div class="flex gap-12 h-max flex-col lg:flex-row justify-center">
<PricingCardGeneric :datas="freePricing"> <PricingCardGeneric :datas="freePricing">
@@ -263,10 +263,6 @@ const slidePricings: PricingCardProp[] = [
label: 'Can I self-host Litlyx?', label: 'Can I self-host Litlyx?',
content: 'Yes! You can self-host your own instance of Litlyx. More information is available on docs.' 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?', label: 'Did this FAQ help you?',
content: 'If you have any more questions or need further clarification, please contact us at help@litlyx.com.' content: 'If you have any more questions or need further clarification, please contact us at help@litlyx.com.'