Skip to content

Commit

Permalink
Made the colors boxes wrap
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Chavda <[email protected]>
  • Loading branch information
yashchavda0 committed Nov 11, 2024
1 parent a81462e commit 2efe7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/Company/Brand/Brand-components/smp.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const SMPBrand = () => {
using project colors as the background.
</p>
</Col>
<Row style={{display: "flex", flexWrap: "wrap"}} className="color-code-wrapper">
<Row style={{display: "flex", flexWrap:"wrap"}} className="color-code-wrapper">
<ColorBox name="Charcoal" R="60" G="73" B="79" colorCode="#3C494F" />
<ColorBox name="Keppel" R="0" G="179" B="159" colorCode="#00B39F" />
<ColorBox name="Caribbean Green" R="0" G="211" B="169" colorCode="#00D3A9" />
Expand Down

0 comments on commit 2efe7d2

Please sign in to comment.