Skip to content

Commit c4190f4

Browse files
committed
Padding
1 parent 70a3a90 commit c4190f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Index/Hero.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Button from '../UI/Button.component';
77
* @returns {JSX.Element} - Rendered component
88
*/
99
const Hero = () => (
10-
<section className="relative w-full h-[60vh] overflow-hidden p-4">
10+
<section className="relative w-full h-[60vh] overflow-hidden p-8">
1111
<div className="absolute inset-0">
1212
<Image
1313
src="/images/hero.jpg"

0 commit comments

Comments
 (0)