Skip to content

Commit 79e933e

Browse files
committed
fix: remove uneeded h1 style
1 parent 6ec8568 commit 79e933e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

app/pages/blog/[slug].vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,3 @@ useSeoMeta({
3232
</article>
3333
</main>
3434
</template>
35-
36-
<!-- TODO: styles -->
37-
<style>
38-
h1 {
39-
@apply text-4xl font-bold text-gray-900 dark:text-white mb-2;
40-
}
41-
</style>

0 commit comments

Comments
 (0)