Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
added margins for mobile and desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
bnudelman2 committed Oct 17, 2023
1 parent dbc94ca commit 6fe7a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/opportunities/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function Opportunities() {
</div>
</HorizontalRuling>

<p className="whitespace-pre-line text-[15px] text-[#45379D] px-[50px] pt-[40px]">
<p className="whitespace-pre-line text-[15px] text-[#45379D] px-[50px] pt-[40px] lg:mx-[160px] mx-[0px]">
{opp.desc}
</p>
</div>
Expand Down

0 comments on commit 6fe7a4d

Please sign in to comment.