Category slider responsive.
New Typography based on: https://www.wix.com/studio/blog/font-size
This commit is contained in:
@ -13,13 +13,13 @@ export function Footer() {
|
||||
return (
|
||||
<footer className='bg-[#f8f6f5] flex flex-col md:flex-row py-12 border-t-2 border-black max-w-7xl mx-auto gap-8 px-4'>
|
||||
{/* First Column: Logo and Description */}
|
||||
<div className='space-y-4 flex flex-col basis-1/4'>
|
||||
<div className='space-y-4 flex flex-col basis-1/4 flex-shrink'>
|
||||
<Image
|
||||
src={logoPic}
|
||||
alt='Mozimo Logo'
|
||||
width={100}
|
||||
height={100}
|
||||
className='w-full h-auto'
|
||||
className='h-full logo'
|
||||
/>
|
||||
<p className='text-sm'>
|
||||
India's Premier European style bean-to-bar chocolate experience.
|
||||
|
||||
Reference in New Issue
Block a user