feat(og): Standardize OG images across all subpages with logo and background

This commit is contained in:
2026-06-22 13:46:50 +02:00
parent 3202139b1e
commit 0378dde328
6 changed files with 52 additions and 28 deletions

View File

@@ -120,12 +120,12 @@ export function OGImageTemplate({
{/* Title */}
<div
style={{
fontSize: title.length > 35 ? '64px' : '76px',
fontSize: '72px',
fontWeight: 700,
color: 'white',
lineHeight: '1.1',
maxWidth: '900px',
marginBottom: '32px',
marginBottom: '24px',
display: 'flex',
letterSpacing: '-0.02em',
}}
@@ -137,11 +137,14 @@ export function OGImageTemplate({
{description && (
<div
style={{
fontSize: '32px',
color: 'rgba(255,255,255,0.8)',
fontSize: '36px',
color: 'rgba(255,255,255,0.85)',
maxWidth: '850px',
lineHeight: '1.45',
display: 'flex',
lineHeight: '1.4',
display: '-webkit-box',
WebkitLineClamp: 3,
WebkitBoxOrient: 'vertical',
overflow: 'hidden',
fontWeight: 400,
}}
>