Skip to content

Commit

Permalink
feat: adjust header image background
Browse files Browse the repository at this point in the history
  • Loading branch information
LeifXu committed May 17, 2024
1 parent 26e36e3 commit 5147199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HeaderImage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const HeaderImage: FC = () => {
pos="relative"
w="100%"
h="520px"
bg="radial-gradient(ellipse closest-side, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 35%, rgb(82 42 190) 70%, rgb(120 80 220) 80%, rgb(170 157 220) 95%)"
bg="radial-gradient(ellipse closest-side, rgba(0, 0, 0, 0) 35%, rgb(82 42 190) 70%, rgb(120 80 220) 80%, rgb(170 157 220) 95%)"
bgSize="280% 200%"
bgPos="50% 10%"
sx={{
Expand Down

0 comments on commit 5147199

Please sign in to comment.