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;