~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
47133424
—
pyrossh 1 year ago
fix image
src/routes/only-bible-app/+page.svelte
CHANGED
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
<div
|
|
50
50
|
class="not-prose flex items-center sm:flex-row [&>picture]:flex [&>picture]:justify-center sm:[&>picture]:justify-end mt-10 sm:mt-0"
|
|
51
51
|
>
|
|
52
|
-
<enhanced:img class="w-
|
|
52
|
+
<enhanced:img class="w-6/12" src={lightPng} alt="app screenshot" />
|
|
53
53
|
</div>
|
|
54
54
|
</div>
|
|
55
55
|
</div>
|