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 87a7892 commit 250dbe6Copy full SHA for 250dbe6
src/components/Index/Hero.component.tsx
@@ -6,7 +6,7 @@
6
const Hero = () => (
7
<section
8
id="hero"
9
- className="flex w-full mx-auto bg-right bg-cover mt-14 md:pt-0 md:items-center bg-hero-background h-[24rem]"
+ className="flex w-full mx-auto bg-right bg-cover mt-14 md:pt-0 md:items-center bg-hero-background h-[24rem] lg:max-w-[1490px]"
10
>
11
<div className="container mx-auto">
12
<div className="flex flex-col items-start justify-center w-full px-6 tracking-wide lg:w-1/2">
0 commit comments