mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 19:41:02 +08:00
Remove top margin in social icons
This commit is contained in:
@@ -168,7 +168,7 @@ const sortedPosts = getSortedPosts(posts);
|
||||
@apply flex flex-col sm:flex-row sm:items-center mt-4 mb-6;
|
||||
}
|
||||
.social-icons {
|
||||
@apply mt-1 sm:ml-2;
|
||||
@apply mt-1 sm:mt-0 sm:ml-2;
|
||||
}
|
||||
.link-button {
|
||||
@apply p-2 sm:p-1;
|
||||
|
||||
Reference in New Issue
Block a user