File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const { data: products } = await useAsyncData(() => queryCollection('products').
77 <div class =" flex items-center justify-center py-8" >
88 <Logo />
99 </div >
10- <Footer class =" sm:footer-horizontal text-neutral-content max-w-[87rem] mx-auto p-10 justify-evenly text-lg" >
10+ <Footer class =" sm:footer-horizontal text-neutral-content max-w-[87rem] mx-auto p-10 justify-evenly text-lg -ml-5.5 sm:ml-0 " >
1111 <nav class =" flex flex-col gap-4" >
1212 <FooterTitle class =" normal-case" >Products</FooterTitle >
1313 <NuxtLink v-for =" product in products" :key =" product.slug" class =" link link-hover" :to =" product.slug" >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defineProps<{
66 </script >
77
88<template >
9- <div class = " p-4 " >
9+ <div >
1010 <Card class =" h-full items-start bg-primary-content text-base-100 p-2" >
1111 <CardBody class =" gap-6" >
1212 <figure class =" flex flex-col !items-start !justify-start invert" >
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ defineProps<{
1818 :subTitle =" subTitle"
1919 :description =" description"
2020 />
21- <Flex class =" mt-8 flex-wrap" >
21+ <Flex class =" mt-8 flex-wrap px-2 lg:px-0 " >
2222 <ProductCard
2323 v-for =" product in products"
2424 :key =" product.slug"
2525 :product =" product"
26- class =" w-full md:w-1/2 lg:w-1/2"
26+ class =" w-full md:w-1/2 lg:w-1/2 p-2 lg:p-4 "
2727 />
2828 </Flex >
2929 </div >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ useSeoMeta({
1919 </div >
2020 <div class =" h-64" ></div >
2121 </div >
22- <div class =" bg-base-200 min-h-screen max-w-[82rem] mx-auto -mt-64 rounded-4xl p-6 pt-12 lg:p-12" >
22+ <div class =" bg-base-200 min-h-screen max-w-[82rem] mx-auto -mt-64 rounded-4xl pt-12 lg:p-12" >
2323 <!-- <ValueGuide /> -->
2424
2525 <Products
@@ -31,6 +31,6 @@ useSeoMeta({
3131 <Titles title =" Latest News" sub-title =" Stay up to date with the latest Feathers news and updates" class =" mt-30 mb-8" />
3232 <BlogPosts :posts =" posts || []" class =" my-24" />
3333
34- <Discord />
34+ <Discord class = " mx-4 " />
3535 </div >
3636</template >
You can’t perform that action at this time.
0 commit comments