Skip to content

Commit cadded6

Browse files
committed
Update background images
1 parent c985ecd commit cadded6

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

images/hero/background-dark.png

67.9 KB
Loading

images/hero/background-light.png

74.4 KB
Loading

index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const HeroCard = ({ filename, title, description, href }) => {
1919
}
2020

2121
<div className="relative">
22-
<div className="absolute top-0 left-0 right-0">
22+
<div className="absolute top-0 lg:-top-16 left-0 right-0">
2323
<img
2424
src="/images/hero/background-light.png"
2525
className="block dark:hidden pointer-events-none"

0 commit comments

Comments
 (0)