Bump footer logo size
Increase logo height in footer for larger display: - Updated src/components/Footer.tsx to use h-32 md:h-44 instead of h-24 md:h-32 for the logo image. X-Lovable-Edit-ID: edt-ec55c84b-19e6-48d2-ba78-87bc69bfc0b8
This commit is contained in:
@@ -4,7 +4,7 @@ const Footer = () => {
|
|||||||
<div className="max-w-5xl mx-auto">
|
<div className="max-w-5xl mx-auto">
|
||||||
{/* Main footer content */}
|
{/* Main footer content */}
|
||||||
<div className="text-center mb-12">
|
<div className="text-center mb-12">
|
||||||
<img alt="Lennart Svensson Konditorivaror" className="h-24 md:h-32 w-auto mx-auto" src="/lovable-uploads/4f472058-fa74-4c33-9c68-5e8f75f90b24.png" />
|
<img alt="Lennart Svensson Konditorivaror" className="h-32 md:h-44 w-auto mx-auto" src="/lovable-uploads/4f472058-fa74-4c33-9c68-5e8f75f90b24.png" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user