Add horizontal space between search & theme icons on mobile

This commit is contained in:
Sat Naing
2022-09-10 15:09:23 +06:30
parent 5d054b5fcc
commit d38fbff512
+1 -1
View File
@@ -73,7 +73,7 @@
@apply py-2 px-3 font-medium hover:text-skin-accent;
}
.button-wrapper {
@apply flex my-2 sm:space-x-2;
@apply flex my-2 space-x-4 sm:space-x-2;
}
nav button {
@apply p-2;