@@ -86,7 +86,7 @@ function Footer() {
86
86
87
87
return (
88
88
< footer className = "bg-secondary text-white" >
89
- < div className = "md:p -12 py-8 px-4 relative max-w-[1440px] mx-auto" >
89
+ < div className = "md:px -12 py-8 px-4 relative max-w-[1440px] mx-auto" >
90
90
< div className = "flex lg:flex-row flex-col md:gap-16 gap-8" >
91
91
< div className = "flex-3 flex flex-col items-center" >
92
92
{ /* logo */ }
@@ -126,17 +126,17 @@ function Footer() {
126
126
</ div >
127
127
128
128
{ /* Footer links */ }
129
- < div className = "grid grid-cols-1 sm:grid-cols-3 gap-12 sm: gap-8" >
129
+ < div className = "grid grid-cols-1 sm:grid-cols-3 md: gap-12 gap-8" >
130
130
{ footerLinks . map ( ( section ) => (
131
131
< div
132
132
key = { crypto . randomUUID ( ) }
133
- className = "flex flex-col gap-8 text-center lg:text-left"
133
+ className = "flex flex-col gap-2 md:gap-4 text-center lg:text-left"
134
134
>
135
- < h2 className = "text-green-footer font-bold sm:text-xl text-lg leading-9" >
135
+ < h2 className = "text-green-footer font-bold sm:text-xl text-lg md: leading-9" >
136
136
{ section . title }
137
137
</ h2 >
138
138
139
- < ul className = "flex flex-col gap-5 list-none text-sm font-light" >
139
+ < ul className = "flex flex-col gap-3 md:gap- 5 list-none text-sm font-light" >
140
140
{ section . links . map ( ( link ) =>
141
141
link . href ? (
142
142
< li key = { crypto . randomUUID ( ) } >
@@ -162,7 +162,7 @@ function Footer() {
162
162
163
163
{ /* Newsletter */ }
164
164
< div className = "flex-2" >
165
- < div className = "flex flex-col md:gap-8 " >
165
+ < div className = "flex flex-col gap-2 md:gap-4 " >
166
166
< h2 className = "text-green-footer font-bold sm:text-xl text-lg md:leading-9 mx-auto lg:mx-0 text-center lg:text-left" >
167
167
Subscribe to our Newsletter
168
168
</ h2 >
0 commit comments