Skip to content

Commit

Permalink
improve mobile image
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrossh committed May 3, 2024
1 parent 5273759 commit 76df4a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,16 @@
<!-- End Buttons -->
</div>
<!-- End Col -->
<div class="flex flex-1 flex-col items-center sm:flex-row">
<img class="w-10/12 sm:w-8/12" src="/images/light.png" alt="app light screen shot" />
<img class="w-10/12 sm:w-8/12" src="/images/dark.png" alt="app dark screen shot" />
<div class="flex flex-1 items-center sm:flex-row">
<img class="w-6/12 sm:w-8/12" src="/images/light.png" alt="app light screen shot" />
<img class="w-6/12 sm:w-8/12" src="/images/dark.png" alt="app dark screen shot" />
</div>
<!-- End Col -->
</div>
<!-- ========== END HERO ========== -->

<!-- ========== FOOTER ========== -->
<footer class="text-center py-5 mt-20">
<footer class="text-center py-5 sm:mt-20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<p class="text-sm text-gray-300 dark:text-neutral-400">
Copyright © 2024 <a
Expand Down

0 comments on commit 76df4a9

Please sign in to comment.