Skip to content

Commit

Permalink
dentering txts
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadhassoun366 committed Aug 8, 2023
1 parent 8ba7b67 commit a149236
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/app/(header-footer)/roadmap/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,18 @@ export default function useRoadmap() {
</div>
<div className="w-2/4 md:w-1/4 flex flex-col justify-start items-start text-justify">
{/* Rest of your code... */}
<ul className=" space-y-10 md:space-y-16 w-56 text-white text-sm font-semibold">
<li className="px-4 py-1 hover:bg-[#FFCEC3] hover:border hover:border-white border border-transparent">
Bricklayer Listing Portal to offer Asset Sales <br/> Escrow
Platform
<ul className=" space-y-10 md:space-y-2 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">
Bricklayer Listing Portal to offer Asset Sales

</li>
<li className="px-4 py-2 hover:bg-[#FFCEC3] hover:border hover:border-white border border-transparent">
Escrow Platform
<br/>
<br/>

</li>
<li className="px-4 py-2 hover:bg-[#FFCEC3] hover:border hover:border-white border border-transparent">
Release 4th and 5th Partner Occupiers
</li>
</ul>
Expand Down

0 comments on commit a149236

Please sign in to comment.