File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -302,8 +302,8 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
302
302
"text-body-medium no-underline hover:text-primary hover:after:text-primary"
303
303
304
304
return (
305
- < footer className = "px-8 py-4" >
306
- < div className = "flex flex-wrap items-center justify-center gap-8 border-t border-body-light py-4 md:justify-between" >
305
+ < footer className = "px-4 py-4" >
306
+ < div className = "flex flex-wrap items-center justify-center gap-8 border-t border-body-light px-4 py-4 md:justify-between" >
307
307
< p className = "text-sm italic text-body-medium" >
308
308
< Translation id = "website-last-updated" /> : { lastDeployLocaleTimestamp }
309
309
</ p >
@@ -317,7 +317,7 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
317
317
</ Button >
318
318
</ div >
319
319
320
- < div className = "grid auto-cols-auto justify-between gap-4 sm:grid-cols-2 md:grid-cols-3 xl:grid-cols-5" >
320
+ < div className = "grid auto-cols-auto justify-between gap-4 px-4 sm:grid-cols-2 md:grid-cols-3 xl:grid-cols-5" >
321
321
{ linkSections . map ( ( section : FooterLinkSection , idx ) => (
322
322
< div key = { idx } >
323
323
< h3 className = "my-5 text-sm font-bold" >
You can’t perform that action at this time.
0 commit comments