mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-14 01:35:37 +02:00
🐛 fix: Use a lower contrast color for as background color
This commit is contained in:
@@ -24,7 +24,7 @@ export function ReactHeroSection({ children }: Props) {
|
||||
return (
|
||||
<>
|
||||
<section className="px-4" >
|
||||
<header className="overflow-hidden mx-auto max-w-xl pt-20 pb-1">
|
||||
<header className="mx-auto max-w-xl pt-20 pb-1">
|
||||
<motion.img
|
||||
initial={{
|
||||
opacity: 0,
|
||||
|
||||
Reference in New Issue
Block a user