Fix icon placement for large text

This commit is contained in:
MD. Ariful Alam
2021-09-19 17:47:21 +06:00
parent 8f167cc940
commit 6477cceb86
4 changed files with 161 additions and 105 deletions

View File

@@ -141,7 +141,7 @@ const Blog = () => {
{
article.categories.map((category, index2) => (
<div key={index2} className="flex text-sm mr-3 items-center opacity-50 font-bold font-mono">
<CgHashtag />
<span><CgHashtag /></span>
<span>{category}</span>
</div>
))