Skip to content

Commit 6f93a87

Browse files
author
tungdominh
committed
style: change margin left of tags
1 parent bbcbf7c commit 6f93a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Tag.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const { tag, size = "sm" } = Astro.props;
2424
d="M16.018 3.815 15.232 8h-4.966l.716-3.815-1.964-.37L8.232 8H4v2h3.857l-.751 4H3v2h3.731l-.714 3.805 1.965.369L8.766 16h4.966l-.714 3.805 1.965.369.783-4.174H20v-2h-3.859l.751-4H21V8h-3.733l.716-3.815-1.965-.37zM14.106 14H9.141l.751-4h4.966l-.752 4z"
2525
></path>
2626
</svg>
27-
&nbsp;<span>{tag}</span>
27+
&nbsp;<span class="ml-2">{tag}</span>
2828
</a>
2929
</li>
3030

0 commit comments

Comments
 (0)