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>
|
||||
<div :class="[$style.content, 'w-full h-full min-h-screen bg-gradient-to-tr from-zinc-900 to-zinc-800']">
|
||||
<slot />
|
||||
</div>
|
||||
<main :class="[$style.content, 'w-full h-full min-h-screen bg-gradient-to-tr from-zinc-900 to-zinc-800']">
|
||||
<slot />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<style lang="css" module>
|
||||
|
|
|
|||
Loading…
Reference in a new issue