Skip to content

Commit

Permalink
fix(whatislove-dev): edit tags height wd-644 (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove authored Jun 17, 2024
1 parent 7da7f7f commit 7179603
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/whatislove-dev/src/styles/blocks/tag-list.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.tag-list {
display: flex;
gap: 4px;
place-items: center;
padding: 0;
margin: 0;
list-style: none;
Expand All @@ -9,10 +10,11 @@
.tag-list__tag {
--background-color: var(--color-red-200);

padding-block: 2px;
padding-block: 5px;
padding-inline: 6px;
font-size: var(--font-size-text-small);
font-weight: 600;
line-height: 1;
background-color: hsl(var(--background-color) / 30%);
background-image: var(--background-image-page);
border-radius: 3px;
Expand Down

0 comments on commit 7179603

Please sign in to comment.