Skip to content

Commit

Permalink
edting text
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadhassoun366 committed Aug 23, 2023
1 parent 76df61f commit 00bfb7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(header-footer)/roadmap/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default function useRoadmap() {
</div>
<div className="w-2/4 md:w-1/4 flex flex-col justify-start items-start">
{/* Rest of your code... */}
<ul className="ml-8 space-y-10 md:space-y-5 text-justify w-56 text-white text-sm font-semibold">
<ul className="ml-8 space-y-10 md:space-y-5 text-left w-56 text-white text-sm font-semibold">
<li className="px-4 py-2 hover:bg-[#F09A87] hover:border hover:border-white border border-transparent ">
Launch of Bricklayer Listing Portal
</li>
Expand All @@ -176,7 +176,7 @@ export default function useRoadmap() {
</li>
</ul>
</div>
<div className="w-2/4 md:w-1/4 flex flex-col justify-start items-start text-justify">
<div className="w-2/4 md:w-1/4 flex flex-col justify-start items-start text-left">
{/* Rest of your code... */}
<ul className=" space-y-10 md:space-y-1 w-56 text-white text-sm font-semibold">
<li className="px-4 py-2 hover:bg-[#FFCEC3] hover:border hover:border-white border border-transparent">
Expand Down

0 comments on commit 00bfb7d

Please sign in to comment.