We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a3a90 commit c4190f4Copy full SHA for c4190f4
src/components/Index/Hero.component.tsx
@@ -7,7 +7,7 @@ import Button from '../UI/Button.component';
7
* @returns {JSX.Element} - Rendered component
8
*/
9
const Hero = () => (
10
- <section className="relative w-full h-[60vh] overflow-hidden p-4">
+ <section className="relative w-full h-[60vh] overflow-hidden p-8">
11
<div className="absolute inset-0">
12
<Image
13
src="/images/hero.jpg"
0 commit comments