Skip to content

Commit

Permalink
fixed UI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ansh-h-mehta committed May 30, 2024
1 parent 18e082e commit c64f4af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</>
),
},
Expand Down
3 changes: 2 additions & 1 deletion src/components/HomepageFeatures/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c64f4af

Please sign in to comment.