Skip to content

Commit

Permalink
fix(ui): set z-index of tag post number to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Jun 20, 2023
1 parent 96a8af4 commit 392bb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(blog)/tag/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Page() {
const tags = getTagsAndNumberOfPosts()

return (
<div className="blog-content-w m-auto">
<div className="blog-content-w z-0 m-auto">
<h1 className="mb-5 text-2xl font-bold">Tags</h1>
<div className="flex flex-wrap gap-2">
{tags
Expand Down

0 comments on commit 392bb80

Please sign in to comment.