Adjust logo position in hero
Moved the logo downward to sit closer to the "Svenskt konditorhantverk" text by updating margin classes in HeroSection.tsx (mt-48, mb-1). X-Lovable-Edit-ID: edt-11623a1d-3b49-4136-9818-77bf1a802e0b
This commit is contained in:
@@ -10,7 +10,7 @@ const HeroSection = () => {
|
|||||||
<img
|
<img
|
||||||
src={logoImage}
|
src={logoImage}
|
||||||
alt="Lennart Svensson Konditorivaror"
|
alt="Lennart Svensson Konditorivaror"
|
||||||
className="h-56 md:h-72 lg:h-80 w-auto mx-auto mb-4 mt-40"
|
className="h-56 md:h-72 lg:h-80 w-auto mx-auto mb-1 mt-48"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<p className="text-muted-foreground text-lg mb-8">
|
<p className="text-muted-foreground text-lg mb-8">
|
||||||
|
|||||||
Reference in New Issue
Block a user