Rotate social icons 6deg on hover

This commit is contained in:
Sat Naing
2022-09-19 23:28:07 +06:30
parent fa209f1d31
commit a0e0830754
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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 ===== */