mirror of
https://github.com/versia-pub/blog.git
synced 2025-12-06 08:48:18 +01:00
feat: ✨ Add <main> landmark
This commit is contained in:
parent
d91dcbb977
commit
d4b3f39533
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<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 />
|
<slot />
|
||||||
</div>
|
</main>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="css" module>
|
<style lang="css" module>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue