Enlarged hero logo
In HeroSection, increased logo height to make logo larger across breakpoints: h-56 md:h-72 lg:h-80. X-Lovable-Edit-ID: edt-9a00cb3a-3245-4e56-ae57-9c7f49f1cd8c
This commit is contained in:
@@ -10,7 +10,7 @@ const HeroSection = () => {
|
||||
<img
|
||||
src={logoImage}
|
||||
alt="Lennart Svensson Konditorivaror"
|
||||
className="h-48 md:h-56 lg:h-64 w-auto mx-auto mb-8"
|
||||
className="h-56 md:h-72 lg:h-80 w-auto mx-auto mb-8"
|
||||
/>
|
||||
|
||||
<p className="text-muted-foreground text-lg mb-8">
|
||||
|
||||
Reference in New Issue
Block a user