We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9673c14 commit 9c47798Copy full SHA for 9c47798
1 file changed
src/components/Pillar/Pillar.tsx
@@ -8,10 +8,10 @@ export default function Pillar({
8
label: string;
9
}) {
10
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">
+ <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]">
+ <p className="text-2xl md:text-4xl font-extrabold md:text-white tracking-wide">
13
{count}
14
- </h1>
+ </p>
15
<p className=" truncate text-md md:text-xl capitalize md:text-white tracking-wide">
16
{label}
17
</p>
0 commit comments