remove padding x on footer

This commit is contained in:
Wildan Nursahidan
2025-05-26 21:59:13 +07:00
parent 571b5eae42
commit 561039ae4d

View File

@@ -23,7 +23,7 @@ const docuConfig = docuData as {
export function Footer() { export function Footer() {
const { footer } = docuConfig; const { footer } = docuConfig;
return ( return (
<footer className="w-full py-8 px-2 border-t bg-background"> <footer className="w-full py-8 border-t bg-background">
<div className="container flex flex-col lg:flex-row items-center justify-between text-sm"> <div className="container flex flex-col lg:flex-row items-center justify-between text-sm">
<div className="flex flex-col items-center lg:items-start justify-start gap-4 w-full lg:w-3/5 text-center lg:text-left"> <div className="flex flex-col items-center lg:items-start justify-start gap-4 w-full lg:w-3/5 text-center lg:text-left">
<p className="text-muted-foreground"> <p className="text-muted-foreground">