Enhance styles for footer and episode cards, add transition effects, and adjust header layout for improved responsiveness

This commit is contained in:
Mobin 2025-03-19 15:30:24 +03:30
parent ef3b0c9997
commit 8f5e28e6fb
4 changed files with 14 additions and 7 deletions

View file

@ -51,25 +51,25 @@ export default function FooterSection() {
<div className="flex gap-4">
<Link
href={"/"}
className="flex justify-center items-center w-8 h-8 rounded-full bg-gray-700 hover:bg-blue-900 transition"
className="flex justify-center items-center w-8 h-8 rounded-full bg-gray-700 border-parch transition"
>
<Github size={16} />
</Link>
<Link
href={"/"}
className="flex justify-center items-center w-8 h-8 rounded-full bg-gray-700 hover:bg-blue-900 transition"
className="flex justify-center items-center w-8 h-8 rounded-full bg-gray-700 border-parch transition"
>
<Twitter size={16} />
</Link>
<Link
href={"/"}
className="flex justify-center items-center w-8 h-8 rounded-full bg-gray-700 hover:bg-blue-900 transition"
className="flex justify-center items-center w-8 h-8 rounded-full bg-gray-700 border-parch transition"
>
<Instagram size={16} />
</Link>
<Link
href={"/"}
className="flex justify-center items-center w-8 h-8 rounded-full bg-gray-700 hover:bg-blue-900 transition"
className="flex justify-center items-center w-8 h-8 rounded-full bg-gray-700 border-parch transition"
>
<Youtube size={16} />
</Link>