mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 22:42:33 +00:00
Changes to the Hero Component
This commit is contained in:
parent
cb4492e33f
commit
db68e663ac
@ -10,7 +10,7 @@ interface Props {
|
||||
}
|
||||
|
||||
const Hero: FC<Props> = ({ headline, description, className }) => {
|
||||
const rootClassName = cn('bg-black py-24 min-h-72', className)
|
||||
const rootClassName = cn('bg-black py-40 min-h-72', className)
|
||||
return (
|
||||
<div className={rootClassName}>
|
||||
<Container>
|
||||
|
Loading…
x
Reference in New Issue
Block a user