mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Remove unnecessary vertical margin for icon btn wrapper
This commit is contained in:
@@ -98,7 +98,7 @@ const { activeNav } = Astro.props;
|
||||
@apply underline underline-offset-4 decoration-wavy decoration-2;
|
||||
}
|
||||
.button-wrapper {
|
||||
@apply flex my-2 space-x-4 sm:space-x-2;
|
||||
@apply flex my-2 sm:my-0 space-x-4 sm:space-x-2;
|
||||
}
|
||||
nav button {
|
||||
@apply p-2;
|
||||
|
||||
Reference in New Issue
Block a user