Skip to content

Commit

Permalink
fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrossh committed Jul 24, 2024
1 parent 745bbad commit 4713342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/only-bible-app/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div
class="not-prose flex items-center sm:flex-row [&>picture]:flex [&>picture]:justify-center sm:[&>picture]:justify-end mt-10 sm:mt-0"
>
<enhanced:img class="w-9/12" src={lightPng} alt="app screenshot" />
<enhanced:img class="w-6/12" src={lightPng} alt="app screenshot" />
</div>
</div>
</div>

0 comments on commit 4713342

Please sign in to comment.