sidebar: align items to center in widescreen

This commit is contained in:
2025-04-21 19:35:26 +03:00
parent a8824e3864
commit 9cd3573a00
3 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@ const Footer = () => {
const currentYear = new Date().getFullYear()
return (
<footer className="mt-12 md:mt-24 py-6 border-t border-gray-200 dark:border-gray-800">
<footer className="mt-16 py-6 border-t border-gray-200 dark:border-gray-800">
<div className="max-w-4xl mx-auto px-4">
<div className="flex flex-col items-center gap-4 text-gray-600 dark:text-gray-400 text-sm">
<div className="flex items-center gap-2">