File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,15 +24,17 @@ export default function Footer() {
2424 ] ;
2525
2626 return (
27- < footer className = "flex h-12 items-center justify-center w-full border-t" >
28- < div className = "flex items-center w-full max-w-page-header md :px-8 px-4 gap-x-8 text-xs text-slate-500" >
29- < div className = "flex items-center gap-2" >
27+ < footer className = "flex sm: h-12 min-h-12 py-4 sm:py-0 items-center justify-center w-full border-t" >
28+ < div className = "flex flex-col sm:flex-row items-center w-full max-w-page-header sm :px-8 px-4 gap-y-3 sm: gap-x-8 text-xs text-slate-500" >
29+ < div className = "flex items-center gap-2 shrink-0 " >
3030 < Logo className = "w-[20px] h-[20px] text-slate-500" />
31- < span > { "© 2025 JSON For You" } </ span >
31+ < span className = "whitespace-nowrap" > { "© 2025 JSON For You" } </ span >
32+ </ div >
33+ < div className = "flex items-center gap-4 sm:gap-8 sm:ml-0" >
34+ < Legal />
3235 </ div >
33- < Legal />
3436 { isCN && < Upyun /> }
35- < div className = "ml-auto lg: flex hidden gap-8 " >
37+ < div className = "flex flex-wrap justify-center items-center gap-4 sm:gap-8 sm:ml-auto " >
3638 { items . map ( ( item , i ) => (
3739 < FooterLink key = { i } title = { item . title } href = { item . href } />
3840 ) ) }
You can’t perform that action at this time.
0 commit comments