Skip to content

Commit

Permalink
Fixes minor things in the landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
adlzanchetta committed Mar 13, 2024
1 parent 5d61311 commit b15dff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'!"]
],
},
Expand Down
1 change: 1 addition & 0 deletions src/components/HomepageFeatures/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b15dff2

Please sign in to comment.