Update hamburger menu svg to be larger

This commit is contained in:
Sat Naing
2022-09-09 15:59:21 +06:30
parent cf876e68de
commit 5cab9ba301
+1 -1
View File
@@ -58,7 +58,7 @@
@apply p-2 sm:hidden;
}
.hamburger-menu svg {
@apply fill-skin-base w-6 h-6;
@apply fill-skin-base w-6 h-6 scale-125;
}
nav {
@apply w-full py-2 flex flex-col items-center sm:justify-end sm:flex-row sm:space-x-2 bg-skin-fill shadow sm:shadow-none;