Remove unnecessary vertical margin for icon btn wrapper

This commit is contained in:
Sat Naing
2022-09-12 18:28:44 +06:30
parent faf16953d4
commit 086ed37c75
+1 -1
View File
@@ -98,7 +98,7 @@ const { activeNav } = Astro.props;
@apply underline underline-offset-4 decoration-wavy decoration-2; @apply underline underline-offset-4 decoration-wavy decoration-2;
} }
.button-wrapper { .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 { nav button {
@apply p-2; @apply p-2;