mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
Rotate social icons 6deg on hover
This commit is contained in:
@@ -40,7 +40,7 @@ const currentYear = new Date().getFullYear();
|
|||||||
@apply py-6 sm:py-4 flex flex-col sm:flex-row-reverse justify-between items-center;
|
@apply py-6 sm:py-4 flex flex-col sm:flex-row-reverse justify-between items-center;
|
||||||
}
|
}
|
||||||
.link-button {
|
.link-button {
|
||||||
@apply p-2 my-1;
|
@apply p-2 my-1 hover:rotate-6;
|
||||||
}
|
}
|
||||||
.link-button svg {
|
.link-button svg {
|
||||||
@apply scale-125;
|
@apply scale-125;
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ const sortedPosts = getSortedPosts(posts);
|
|||||||
@apply mt-1 sm:mt-0 sm:ml-2 sm:space-x-1;
|
@apply mt-1 sm:mt-0 sm:ml-2 sm:space-x-1;
|
||||||
}
|
}
|
||||||
.link-button {
|
.link-button {
|
||||||
@apply p-2 sm:p-1;
|
@apply p-2 sm:p-1 hover:rotate-6;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ===== Featured & Recent Posts Sections ===== */
|
/* ===== Featured & Recent Posts Sections ===== */
|
||||||
|
|||||||
Reference in New Issue
Block a user