dev #14

Merged
Giovanni-Josserand merged 32 commits from dev into main 2025-08-28 13:35:46 +00:00
Showing only changes of commit 9be5f05e43 - Show all commits

18
src/styles/Skills.css Normal file
View File

@ -0,0 +1,18 @@
.skills-span{
width: 100%;
}
.skill-category{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-bottom: 2%;
}
.skills{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}