18 lines
282 B
CSS
18 lines
282 B
CSS
.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;
|
|
} |