~repos /only-bible-app
git clone https://pyrossh.dev/repos/only-bible-app.git
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
76df4a9c
—
pyrossh 1 year ago
improve mobile image
website/src/routes/+page.svelte
CHANGED
|
@@ -127,16 +127,16 @@
|
|
|
127
127
|
<!-- End Buttons -->
|
|
128
128
|
</div>
|
|
129
129
|
<!-- End Col -->
|
|
130
|
-
<div class="flex flex-1
|
|
130
|
+
<div class="flex flex-1 items-center sm:flex-row">
|
|
131
|
-
<img class="w-
|
|
131
|
+
<img class="w-6/12 sm:w-8/12" src="/images/light.png" alt="app light screen shot" />
|
|
132
|
-
<img class="w-
|
|
132
|
+
<img class="w-6/12 sm:w-8/12" src="/images/dark.png" alt="app dark screen shot" />
|
|
133
133
|
</div>
|
|
134
134
|
<!-- End Col -->
|
|
135
135
|
</div>
|
|
136
136
|
<!-- ========== END HERO ========== -->
|
|
137
137
|
|
|
138
138
|
<!-- ========== FOOTER ========== -->
|
|
139
|
-
<footer class="text-center py-5 mt-20">
|
|
139
|
+
<footer class="text-center py-5 sm:mt-20">
|
|
140
140
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
|
141
141
|
<p class="text-sm text-gray-300 dark:text-neutral-400">
|
|
142
142
|
Copyright © 2024 <a
|