Skip to content

Commit

Permalink
fix: tag style
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwind committed Feb 17, 2024
1 parent ad79960 commit 787a3e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/app/blog/blog-tags/blog-tags.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ import { BlogPostTagSizePipe } from './blog-post-tag-size.pipe';
`,
styles: `
.tags {
display: flex;
align-items: baseline;
justify-content: center;
flex-wrap: wrap;
text-align: center;
line-height: 36px;
margin: 8px;
.tag {
margin: 8px;
Expand Down

0 comments on commit 787a3e9

Please sign in to comment.