[Fix] Align skills to the left

This commit is contained in:
Sarbik Betal
2020-09-25 16:11:25 +05:30
parent 852931e37d
commit 8e91804d48
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -145,6 +145,7 @@ const Markdown = props => {
})
return listChosenSkills.length > 0 ? (
<>
<SectionTitle label="Languages and Tools:" />
{`<p align="left">${listChosenSkills.join(" ")}</p>`}
<br />
<br />
+1
View File
@@ -277,6 +277,7 @@ const MarkdownPreview = props => {
})
return listSkills.length > 0 ? (
<div className="flex flex-wrap justify-start items-center">
<SectionTitle label="Languages and Tools:" />
{listSkills}
</div>
) : (