Merge pull request #155 from shajanjp/fix-title-alignment
fix: #158 aligns titles to the left
This commit is contained in:
@@ -34,7 +34,7 @@ const Skills = props => {
|
|||||||
|
|
||||||
{Object.keys(categorizedSkills).map(key => (
|
{Object.keys(categorizedSkills).map(key => (
|
||||||
<div key={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}
|
{categorizedSkills[key].title}
|
||||||
</h4>
|
</h4>
|
||||||
<div className="flex justify-start items-center flex-wrap w-full mb-6 pl-4 sm:pl-10">
|
<div className="flex justify-start items-center flex-wrap w-full mb-6 pl-4 sm:pl-10">
|
||||||
|
|||||||
Reference in New Issue
Block a user