From d4c357759f81261cfc306fb26ac09747c168cb63 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Wed, 20 Mar 2024 02:31:50 +0900 Subject: [PATCH] chore: update landing page CSS style --- .../docusaurus-playground/src/pages/index.mdx | 3 ++- .../CallToActionSection.scss | 2 +- .../CallToActionSection.tsx | 8 ++++--- .../components/mdx/Roadmap/Roadmap.scss | 22 +++++++++++++++++++ .../client/components/mdx/Roadmap/Roadmap.tsx | 11 ++++++---- 5 files changed, 37 insertions(+), 9 deletions(-) diff --git a/packages/docusaurus-playground/src/pages/index.mdx b/packages/docusaurus-playground/src/pages/index.mdx index 4ae4dde..0ddfb40 100644 --- a/packages/docusaurus-playground/src/pages/index.mdx +++ b/packages/docusaurus-playground/src/pages/index.mdx @@ -305,7 +305,8 @@ import * as challengesData from '/generated/challenges.json' = ({ )} - - {description} - + {description && ( + + {description} + + )} {href && ctaPosition === 'bottom' && ( = ({ return (
- {children} - + {timeline.length > 0 && (