Move logo down further
Adjusted hero logo positioning by increasing top margin from mt-24 to mt-40 to move the logo down by ~2 cm. X-Lovable-Edit-ID: edt-ec6bf773-0858-48b2-82b4-af7ae05c767c
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-24"
|
||||
className="h-56 md:h-72 lg:h-80 w-auto mx-auto mb-4 mt-40"
|
||||
/>
|
||||
|
||||
<p className="text-muted-foreground text-lg mb-8">
|
||||
|
||||
Reference in New Issue
Block a user