Remove top margin in social icons

This commit is contained in:
Sat Naing
2022-09-19 11:18:37 +06:30
parent 01af7ad687
commit 856ade7675
+1 -1
View File
@@ -168,7 +168,7 @@ const sortedPosts = getSortedPosts(posts);
@apply flex flex-col sm:flex-row sm:items-center mt-4 mb-6; @apply flex flex-col sm:flex-row sm:items-center mt-4 mb-6;
} }
.social-icons { .social-icons {
@apply mt-1 sm:ml-2; @apply mt-1 sm:mt-0 sm:ml-2;
} }
.link-button { .link-button {
@apply p-2 sm:p-1; @apply p-2 sm:p-1;