Skip to content

Commit

Permalink
fix(nxdev): cover hero background on wide screens (#9190)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Mar 4, 2022
1 parent 1390cd0 commit d599dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/index.tsx
Expand Up @@ -56,7 +56,7 @@ export function Index(): ReactComponentElement<any> {
{/*INTRO COMPONENT*/}
<header
id="animated-background"
className="bg-blue-nx-base transform-gpu bg-clip-border bg-right bg-no-repeat bg-origin-border text-white lg:bg-contain"
className="bg-blue-nx-base transform-gpu bg-clip-border bg-right bg-no-repeat bg-origin-border text-white lg:bg-cover"
style={{
backgroundImage: 'url(/images/background/hero-bg-large.svg)',
}}
Expand Down

1 comment on commit d599dd5

@vercel
Copy link

@vercel vercel bot commented on d599dd5 Mar 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.