fix: remove title margin

pull/5494/head
Arik Chakma 8 months ago
parent 0473c8e460
commit 3c785f7044
  1. 4
      src/components/UserPublicProfile/UserProfileRoadmap.tsx

@ -68,9 +68,7 @@ export function UserProfileRoadmap(props: UserProfileRoadmapProps) {
</a> </a>
</div> </div>
<h2 className="mt-10 text-2xl font-bold sm:mb-2 sm:text-4xl"> <h2 className="mt-10 text-2xl font-bold sm:text-4xl">{title}</h2>
{title}
</h2>
<p className="mt-2 text-sm text-gray-500 sm:text-lg"> <p className="mt-2 text-sm text-gray-500 sm:text-lg">
Skills {name} has mastered on the {title?.toLowerCase()}. Skills {name} has mastered on the {title?.toLowerCase()}.
</p> </p>

Loading…
Cancel
Save