Skip to content

Commit

Permalink
adjust margins for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanChaudhary committed Aug 23, 2024
1 parent e2d1fd5 commit 86267a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<!-- No cheating! Oh well, since you're already here you might as well check out my website while at it https://arhan.sh/ -->
{#each data.numbers as { value }}<span data-value={value}>{value}</span>{/each}
</div>
<div class="max-w-[40rem] mx-auto w-full mb-[150px]">
<div class="max-w-[40rem] mx-auto w-full mb-[90px]">
<input
type="number"
class="block w-full px-3 py-2 bg-white border border-gray-700 rounded-md text-lg shadow-sm placeholder-gray-700 focus:outline-none focus:border-black"
Expand Down

0 comments on commit 86267a4

Please sign in to comment.