Skip to content

Commit 9c47798

Browse files
committed
Changes on bg colour, pillar min width and the html tag
1 parent 9673c14 commit 9c47798

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Pillar/Pillar.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ export default function Pillar({
88
label: string;
99
}) {
1010
return (
11-
<div className="flex max-w-xs md:max-w-sm space-x-4 p-4 border rounded-lg items-center md:bg-[#09AFC6]">
12-
<h1 className="text-2xl md:text-4xl font-extrabold md:text-white tracking-wide">
11+
<div className="flex max-w-xs md:max-w-sm min-w-[50%] md:min-w-[30%] space-x-4 p-4 border rounded-lg items-center bg-white md:bg-[#09AFC6]">
12+
<p className="text-2xl md:text-4xl font-extrabold md:text-white tracking-wide">
1313
{count}
14-
</h1>
14+
</p>
1515
<p className=" truncate text-md md:text-xl capitalize md:text-white tracking-wide">
1616
{label}
1717
</p>

0 commit comments

Comments
 (0)