Skip to content

Commit

Permalink
πŸ› fix: main page mobile shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
rezk2ll committed Sep 26, 2024
1 parent 1fd7330 commit a7cbb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(app)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
$: toggleForm.set(form);
</script>

<div class="py-5 bg-white rounded shadow-2xl w-full lg:px-2">
<div class="py-5 bg-white rounded lg:shadow-2xl w-full lg:px-2">
<UsersList users={usersList} />
</div>

0 comments on commit a7cbb98

Please sign in to comment.