From b15dff22e30cd035d2fb1b3b0d68249750428fda Mon Sep 17 00:00:00 2001 From: adlzanchetta Date: Wed, 13 Mar 2024 15:19:00 -0400 Subject: [PATCH] Fixes minor things in the landing page --- src/components/HomepageFeatures/index.js | 4 ++-- src/components/HomepageFeatures/styles.module.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 0764bd1..89f8d23 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -31,11 +31,11 @@ const FeatureList = [ title: 'Altogether', Svg: require('@site/static/img/altogether_tower.svg').default, skills: [ - ['Docker', 'CI/CD'], + ['Docker', 'CI / CD'], ['Design patterns'], ['Software engineering'], ['ML / AI', 'Git'], - ['Unit / end-to-end tests'], + ['Unit / end-to-end testing'], ["There is 'I' in 'integration'!"] ], }, diff --git a/src/components/HomepageFeatures/styles.module.css b/src/components/HomepageFeatures/styles.module.css index 0bd26e3..30b6c4e 100644 --- a/src/components/HomepageFeatures/styles.module.css +++ b/src/components/HomepageFeatures/styles.module.css @@ -25,6 +25,7 @@ div.skillsBox { flex-direction: column; align-self: center; max-width: 23rem; + min-width: 18rem; padding: 1rem; margin: 1rem; border-radius: 10px;