Merge pull request #155 from shajanjp/fix-title-alignment

fix: #158 aligns titles to the left
This commit is contained in:
Savitha Gollamudi
2020-10-02 14:04:09 +05:30
committed by GitHub
+1 -1
View File
@@ -34,7 +34,7 @@ const Skills = props => {
{Object.keys(categorizedSkills).map(key => (
<div key={key}>
<h4 className="text-sm sm:text-xl text-gray-900 text-center">
<h4 className="text-sm sm:text-xl text-gray-900 text-left">
{categorizedSkills[key].title}
</h4>
<div className="flex justify-start items-center flex-wrap w-full mb-6 pl-4 sm:pl-10">