~repos /website

#astro#js#html#css

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

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


5b72a4da pyrossh

1 year ago
fix body
Files changed (1) hide show
  1. src/app.html +1 -1
src/app.html CHANGED
@@ -8,6 +8,6 @@
8
8
  %unocss-svelte-scoped.global% %sveltekit.head%
9
9
  </head>
10
10
  <body data-sveltekit-preload-data="hover">
11
- %sveltekit.body%
11
+ <div style="display: contents">%sveltekit.body%</div>
12
12
  </body>
13
13
  </html>