diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 2b3136fa7..a752e16aa 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -59,8 +59,8 @@ const FeatureList = [ Svg: require('@site/static/img/hero_images/community_engagement.svg').default, description: ( <> - Supportive community fostering interaction, collaboration, and learning - through discussions and shared experiences among participants. + Supportive community fostering interaction, collaboration, & learning + through discussions & shared experiences among participants. ), }, diff --git a/src/components/HomepageFeatures/styles.module.css b/src/components/HomepageFeatures/styles.module.css index 7946dc269..796aa73e5 100644 --- a/src/components/HomepageFeatures/styles.module.css +++ b/src/components/HomepageFeatures/styles.module.css @@ -11,7 +11,8 @@ background-color: var(--ifm-font-color-base-inverse); margin: 1rem; transition: box-shadow 0.3s ease; - height: 410px; + height: 435px; + word-wrap: break-word; } .featureContainer:hover {