feat: mobile adapt

This commit is contained in:
2025-04-15 12:57:30 +03:00
parent af335ab4a8
commit 860b628834
7 changed files with 11 additions and 11 deletions

View File

@@ -9,5 +9,5 @@
}
.menu_item {
@apply flex w-full cursor-pointer flex-row items-center gap-3 rounded-full px-3 py-2 text-center hover:bg-gray-200 md:px-6;
@apply flex w-full flex-1/3 cursor-pointer flex-row items-center justify-center gap-3 rounded-full px-3 py-2 text-center hover:bg-gray-200 md:flex-initial md:justify-start md:px-6;
}