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:
@@ -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;
|
||||
}
|
||||
.link-button {
|
||||
@apply p-2 my-1;
|
||||
@apply p-2 my-1 hover:rotate-6;
|
||||
}
|
||||
.link-button svg {
|
||||
@apply scale-125;
|
||||
|
||||
Reference in New Issue
Block a user