website

#astro#js#html#css

git clone https://git.pyrossh.dev/website

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


4713342pyrossh 2024-07-24T21:05:13+05:30
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-9/12" src={lightPng} alt="app screenshot" />
52
+ <enhanced:img class="w-6/12" src={lightPng} alt="app screenshot" />
53
53
  </div>
54
54
  </div>
55
55
  </div>