mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Rotate social icons 6deg on hover
This commit is contained in:
@@ -139,7 +139,7 @@ const sortedPosts = getSortedPosts(posts);
|
||||
@apply mt-1 sm:mt-0 sm:ml-2 sm:space-x-1;
|
||||
}
|
||||
.link-button {
|
||||
@apply p-2 sm:p-1;
|
||||
@apply p-2 sm:p-1 hover:rotate-6;
|
||||
}
|
||||
|
||||
/* ===== Featured & Recent Posts Sections ===== */
|
||||
|
||||
Reference in New Issue
Block a user