Update font-size of logo to be smaller on desktop

This commit is contained in:
Sat Naing
2022-09-10 15:10:56 +06:30
parent d38fbff512
commit 778fc1422e
+1 -1
View File
@@ -52,7 +52,7 @@
@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-3xl; @apply font-semibold text-xl sm:text-2xl;
} }
.hamburger-menu { .hamburger-menu {
@apply p-2 sm:hidden; @apply p-2 sm:hidden;