Enhance styles for footer and episode cards, add transition effects, and adjust header layout for improved responsiveness
This commit is contained in:
parent
ef3b0c9997
commit
8f5e28e6fb
4 changed files with 14 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue