chore: use main instead of div for articles

This commit is contained in:
eggy 2022-12-31 17:57:07 -05:00
parent 19fd660df7
commit d7f0cfe8f7

View File

@ -28,7 +28,7 @@ const captionText =
</script>
<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 !== ''">
{{ captionText }}
</p>
@ -55,7 +55,7 @@ const captionText =
</p>
</template>
</ContentRenderer>
</div>
</main>
</template>
<style scoped>