Move logo downward in hero
Adjust logo margin to place closer to Swedish confectionery text by updating HeroSection.tsx: reduce bottom margin from mb-8 to mb-4 and increase top margin from mt-8 to mt-16 for the logo image. X-Lovable-Edit-ID: edt-1155217d-8c11-4c6b-89bc-001da1015727
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-8 mt-8"
|
className="h-56 md:h-72 lg:h-80 w-auto mx-auto mb-4 mt-16"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<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