Center the skill items
This commit is contained in:
parent
1565307200
commit
206ae1c8b6
@ -30,13 +30,13 @@ const Skill = ({ loading }) => {
|
||||
</h5>
|
||||
</div>
|
||||
<div className="p-3 flow-root">
|
||||
<div className="-m-1 flex flex-wrap">
|
||||
<div className="-m-1 flex flex-wrap justify-center">
|
||||
{loading
|
||||
? renderSkeleton()
|
||||
: config.skills.map((skill, index) => (
|
||||
<div
|
||||
key={index}
|
||||
className="m-1 text-xs inline-flex items-center font-bold leading-sm uppercase px-3 py-1 badge-primary bg-opacity-75 rounded-full"
|
||||
className="m-1 text-xs inline-flex items-center font-bold leading-sm uppercase px-3 py-1 badge-primary opacity-75 rounded-full"
|
||||
>
|
||||
{skill}
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user