fix: make background gradient consistent size

This commit is contained in:
Gabe Farrell 2025-06-17 20:48:05 -04:00
parent 076dd9771b
commit 6913cbd393
2 changed files with 3 additions and 2 deletions

View file

@ -57,7 +57,7 @@ export default function MediaLayout(props: Props) {
<main
className="w-full flex flex-col flex-grow"
style={{
background: `linear-gradient(to bottom, ${bgColor}, var(--color-bg) 50%)`,
background: `linear-gradient(to bottom, ${bgColor}, var(--color-bg) 700px)`,
transition: '1000',
}}
>