Move logo down slightly
Adjusted hero section logo top margin by increasing mt from 16 to 24 to shift logo down about 1 cm. X-Lovable-Edit-ID: edt-8e2b1b84-0baf-42fa-af64-758090e3a98d
This commit is contained in:
@@ -10,7 +10,7 @@ const HeroSection = () => {
|
||||
<img
|
||||
src={logoImage}
|
||||
alt="Lennart Svensson Konditorivaror"
|
||||
className="h-56 md:h-72 lg:h-80 w-auto mx-auto mb-4 mt-16"
|
||||
className="h-56 md:h-72 lg:h-80 w-auto mx-auto mb-4 mt-24"
|
||||
/>
|
||||
|
||||
<p className="text-muted-foreground text-lg mb-8">
|
||||
|
||||
Reference in New Issue
Block a user