chore: use main instead of div for articles
This commit is contained in:
parent
19fd660df7
commit
d7f0cfe8f7
@ -28,7 +28,7 @@ const captionText =
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="container prose dark:prose-invert w-full">
|
<main class="container prose dark:prose-invert w-full">
|
||||||
<p class="m-0 uppercase font-mono text-sm" v-if="captionText !== ''">
|
<p class="m-0 uppercase font-mono text-sm" v-if="captionText !== ''">
|
||||||
{{ captionText }}
|
{{ captionText }}
|
||||||
</p>
|
</p>
|
||||||
@ -55,7 +55,7 @@ const captionText =
|
|||||||
</p>
|
</p>
|
||||||
</template>
|
</template>
|
||||||
</ContentRenderer>
|
</ContentRenderer>
|
||||||
</div>
|
</main>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
Loading…
Reference in New Issue
Block a user