diff --git a/src/components/about/aboutCard.styles.jsx b/src/components/about/aboutCard.styles.jsx index e41ade2..cdad99d 100644 --- a/src/components/about/aboutCard.styles.jsx +++ b/src/components/about/aboutCard.styles.jsx @@ -19,6 +19,6 @@ export const Title = styled.h1(({ isSuperTitle }) => [ ]) export const Paragraph = styled.p(({ isSuperTitle }) => [ - tw`w-full font-[400] leading-[27px] xsm:text-base text-sm xxsm:text-1.5sm 1.3lg:text-lg xsm:tracking-tight`, + tw`w-full font-[400] leading-[27px] xsm:text-base text-sm xxsm:text-1.5sm 1.3lg:text-lg xsm:tracking-tight text-center`, isSuperTitle ? tw`mt-10 xxsm:mt-16 xsm:mt-20 xsm:mb-10` : tw`xxsm:my-10 mt-10` ]) diff --git a/src/components/about/aboutCarouselCard.styles.jsx b/src/components/about/aboutCarouselCard.styles.jsx index bce5bb4..eb7e7cb 100644 --- a/src/components/about/aboutCarouselCard.styles.jsx +++ b/src/components/about/aboutCarouselCard.styles.jsx @@ -9,5 +9,5 @@ export const Title = styled.h1` ` export const Paragraph = styled.p` - ${tw`font-[400] leading-[27px] xsm:text-base text-sm xxsm:text-1.5sm 1.3lg:text-lg xsm:tracking-tight xxsm:my-10 mt-10`} + ${tw`font-[400] leading-[27px] xsm:text-base text-sm xxsm:text-1.5sm 1.3lg:text-lg xsm:tracking-tight xxsm:my-10 mt-10 text-center`} ` diff --git a/src/config/content/faqData/Faqs.js b/src/config/content/faqData/Faqs.js index a54bd8a..928f3de 100644 --- a/src/config/content/faqData/Faqs.js +++ b/src/config/content/faqData/Faqs.js @@ -8,8 +8,7 @@ export default [ { id: 2, question: 'When will the registration portal open?', - answer: - 'The registration portal is live. Event specific registration will start soon and the Event Brochure will also be shared soon.' + answer: 'The registration portal is live and the event specific registration have started.' }, { id: 3,