hero
This commit is contained in:
parent
b768a3d457
commit
9edfd2afce
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ type SkillsBlockProps = {
|
|||
|
||||
export function SkillsBlock({ heading, keySkills, categories }: SkillsBlockProps) {
|
||||
return (
|
||||
<section className="w-full px-6 py-16">
|
||||
<section className="w-full max-w-5xl mx-auto px-6 py-16">
|
||||
{/* Heading */}
|
||||
{heading && (
|
||||
<p className="text-center text-xs tracking-widest uppercase text-white/30 mb-6">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue