diff --git a/src/components/BannerLearningSolutions/BannerLearningSolutionTab.jsx b/src/components/BannerLearningSolutions/BannerLearningSolutionTab.jsx index c149f98..91ddad4 100644 --- a/src/components/BannerLearningSolutions/BannerLearningSolutionTab.jsx +++ b/src/components/BannerLearningSolutions/BannerLearningSolutionTab.jsx @@ -5,7 +5,7 @@ import style from "./BannerLearningSolutions.module.css"; const Card = ({ data }) => { return (
-
{ }} > {data.content} -
+

{data.subcontent}

diff --git a/src/components/form/ThreeFormFields.module.css b/src/components/form/ThreeFormFields.module.css index c16657f..e32b830 100644 --- a/src/components/form/ThreeFormFields.module.css +++ b/src/components/form/ThreeFormFields.module.css @@ -2,7 +2,7 @@ textarea { width: 100%; max-width: 400px; - padding: 0.75rem 1rem; + padding: 0.75rem 0rem; font-size: 0.8rem; font-weight: 600; border-radius: 3px; diff --git a/src/components/toddlers/GroupSection/GroupSection.jsx b/src/components/toddlers/GroupSection/GroupSection.jsx index 68f6d1f..6675b6c 100644 --- a/src/components/toddlers/GroupSection/GroupSection.jsx +++ b/src/components/toddlers/GroupSection/GroupSection.jsx @@ -1,6 +1,7 @@ import { useState } from "react"; import style from "./GroupSection.module.css"; import Carousel from "react-multi-carousel"; +import "react-multi-carousel/lib/styles.css"; const data = [ {