margin
This commit is contained in:
parent
b6d65eabfa
commit
56d280f5ae
2 changed files with 3 additions and 3 deletions
|
|
@ -66,7 +66,7 @@ export default async function Page({ params: paramsPromise }: Args) {
|
||||||
<div style={{ position: 'fixed', inset: 0, zIndex: 0 }}>
|
<div style={{ position: 'fixed', inset: 0, zIndex: 0 }}>
|
||||||
<HeroBackground showToggle={false} />
|
<HeroBackground showToggle={false} />
|
||||||
</div>
|
</div>
|
||||||
<article className="pt-16 pb-8" style={{ position: 'relative', zIndex: 1 }}>
|
<article className="pt-16" style={{ position: 'relative', zIndex: 1 }}>
|
||||||
<PageClient />
|
<PageClient />
|
||||||
<PayloadRedirects disableNotFound url={url} />
|
<PayloadRedirects disableNotFound url={url} />
|
||||||
{draft && <LivePreviewListener />}
|
{draft && <LivePreviewListener />}
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@ export function SkillsMarqueeBlock({ heading }: SkillsMarqueeBlockProps) {
|
||||||
return (
|
return (
|
||||||
<section className="relative border-t border-foreground/10 pt-8 pb-0">
|
<section className="relative border-t border-foreground/10 pt-8 pb-0">
|
||||||
<p className="mb-6 text-center text-xs tracking-widest uppercase px-6 text-foreground/40">
|
<p className="mb-6 text-center text-xs tracking-widest uppercase px-6 text-foreground/40">
|
||||||
{heading || 'Skills'}
|
{heading || 'Tool Skills'}
|
||||||
</p>
|
</p>
|
||||||
<div className="[mask-image:linear-gradient(to_right,transparent,black,transparent)]">
|
<div className="[mask-image:linear-gradient(to_right,transparent,black,transparent)]">
|
||||||
<InfiniteSlider gap={48} duration={120}>
|
<InfiniteSlider gap={48} duration={120}>
|
||||||
|
|
@ -77,7 +77,7 @@ export function SkillsMarqueeBlock({ heading }: SkillsMarqueeBlockProps) {
|
||||||
key={l.alt}
|
key={l.alt}
|
||||||
src={l.src}
|
src={l.src}
|
||||||
alt={l.alt}
|
alt={l.alt}
|
||||||
className="h-14 w-auto flex-shrink-0 pointer-events-none select-none grayscale opacity-40 dark:opacity-60 dark:brightness-200"
|
className="h-14 w-auto flex-shrink-0 pointer-events-none select-none grayscale opacity-40 dark:opacity-80 dark:brightness-200"
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
</InfiniteSlider>
|
</InfiniteSlider>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue