Skip to content

Commit

Permalink
style: add w-full to article banner
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcaiana committed Jan 20, 2024
1 parent ff8a725 commit 5acd121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/blog/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ useContentHead(page)
<h1 class="text-4xl mb-6">{{ data.title }}</h1>
<p class="text-xl">{{ data.description }}</p>
<NuxtImg
class="mb-[64px]"
class="mb-[64px] w-full"
provider="cloudinary"
:src="data.img"
loading="lazy"
Expand Down

0 comments on commit 5acd121

Please sign in to comment.