ui: make index page text centered

main
code913 2 years ago committed by GitHub
parent 5af9010547
commit 54dc3144ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,6 +2,13 @@
<title>Cursed Creations | Home</title>
</svelte:head>
<p style:text-align="center">
<p>
Hello, you're probably looking for this: <a href="/downloads">new archive</a>
</p>
</p>
<style>
p {
text-align: center;
max-inline-size: revert;
}
</style>

Loading…
Cancel
Save