Skip to content

Commit

Permalink
update tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Gardner committed Jan 10, 2023
1 parent de82648 commit 5ceba3f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/css/components/meta.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@

.post-tags {
display: flex;
flex-wrap: wrap;
}

.post-tags__item {
background-color: var(--gray-3);
border-radius: var(--size-1);
margin-bottom: var(--size-3);
margin-right: var(--size-3);
padding: var(--size-2);
}

.post-tags__item + .post-tags__item {
margin-left: var(--size-3);
.post-tags__item:last-of-type {
margin-right: 0;
}

.post-tag {
Expand Down

0 comments on commit 5ceba3f

Please sign in to comment.