Skip to content

Commit

Permalink
fix: skill list wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
LaercioSR committed Oct 2, 2024
1 parent 4497137 commit b38c96d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const projects: Project[] = [
title: "rhisa",
link: "https://rhisa.org/",
year: "2021",
skills: ["Node.JS", "Typescript", "PostgreSQL", "Python", "Selenium"],
skills: ["Node.JS", "Typescript", "PostgreSQL", "Python", "Web Scraping"],
type: "professional",
bond: "Geodatin",
images: [],
Expand Down
1 change: 1 addition & 0 deletions src/app/projects/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
.projects-list-item-skills_list {
list-style-type: none;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 0.5rem;
Expand Down

0 comments on commit b38c96d

Please sign in to comment.