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
@@ -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 ===== */