Add vertical padding for logo

This commit is contained in:
Sat Naing
2022-09-12 18:23:28 +06:30
parent 4c4b1bc637
commit 763409a535
+1 -1
View File
@@ -74,7 +74,7 @@ const { activeNav } = Astro.props;
@apply w-full p-4 sm:py-8 flex justify-between items-center; @apply w-full p-4 sm:py-8 flex justify-between items-center;
} }
.logo { .logo {
@apply font-semibold text-xl sm:text-2xl; @apply font-semibold text-xl sm:text-2xl py-1;
} }
.hamburger-menu { .hamburger-menu {
@apply p-2 sm:hidden; @apply p-2 sm:hidden;