mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
Center the skill items
This commit is contained in:
@@ -30,13 +30,13 @@ const Skill = ({ loading }) => {
|
|||||||
</h5>
|
</h5>
|
||||||
</div>
|
</div>
|
||||||
<div className="p-3 flow-root">
|
<div className="p-3 flow-root">
|
||||||
<div className="-m-1 flex flex-wrap">
|
<div className="-m-1 flex flex-wrap justify-center">
|
||||||
{loading
|
{loading
|
||||||
? renderSkeleton()
|
? renderSkeleton()
|
||||||
: config.skills.map((skill, index) => (
|
: config.skills.map((skill, index) => (
|
||||||
<div
|
<div
|
||||||
key={index}
|
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}
|
{skill}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user