docs: 📝 Write article about Versia 0.5

This commit is contained in:
Jesse Wierzbinski 2025-01-17 17:27:22 +01:00
parent d97efab9f3
commit 7589afd7b7
No known key found for this signature in database
16 changed files with 291 additions and 50 deletions

View file

@ -1,11 +1,8 @@
<script setup lang="ts">
</script>
<template>
<main :class="[$style.content, 'w-full h-full min-h-screen bg-gradient-to-tr from-zinc-900 to-zinc-800']">
<main :class="['size-full min-h-screen bg-zinc-900 font-sans']">
<slot />
</main>
</template>
<style lang="css" module>
.content {
font-family: Inter, sans-serif;
}
</style>
</template>