Skip to content

Commit

Permalink
fix: blog styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nirgn975 committed Jan 2, 2025
1 parent b962a87 commit c0bab3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/blog/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ const mightLikePosts = (await queryContent("/").find())
</template>

<style is:global>
/*
.content img {
@apply m-4 mx-auto rounded-sm;
}
Expand Down Expand Up @@ -287,5 +286,5 @@ const mightLikePosts = (await queryContent("/").find())
.dark .content blockquote {
@apply bg-gray-700;
} */
}
</style>

0 comments on commit c0bab3e

Please sign in to comment.