feat: Add <main> landmark

This commit is contained in:
Jesse Wierzbinski 2024-10-20 00:12:23 +02:00
parent d91dcbb977
commit d4b3f39533
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
<template>
<div :class="[$style.content, 'w-full h-full min-h-screen bg-gradient-to-tr from-zinc-900 to-zinc-800']">
<main :class="[$style.content, 'w-full h-full min-h-screen bg-gradient-to-tr from-zinc-900 to-zinc-800']">
<slot />
</div>
</main>
</template>
<style lang="css" module>