Skip to content

Commit

Permalink
fix(issue 9): fix the white rectangle (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: Hamid Roohi <[email protected]>
  • Loading branch information
nblogist and hamidroohi92 authored Jul 8, 2024
1 parent 78010f2 commit 76db9d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/EmpoweringChains.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import React from "react";
const EmpoweringChains = () => {
return (
<div className="px-[20px] relative pb-[50px] sm:px-[100px] border-[1px] border-[#585858] border-t-[transparent] 3xl:p-[100px]">
<div className="w-[15px] h-[15px] bg-white absolute top-0 left-0"></div>

<h3 className="font-[300] text-[40px] leading-[50.72px] text-white sm:leading-[90px] 3xl:text-[60px]">
EMPOWERING CHAINS TO COMMUNICATE
<span className="font-[700] text-[40px] leading-[50.72px] text-white italic block sm:leading-[90px] 3xl:text-[60px]">
Expand Down

0 comments on commit 76db9d1

Please sign in to comment.