We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec8bd7 commit 48151afCopy full SHA for 48151af
1 file changed
src/components/Pillar/Pillar.tsx
@@ -8,11 +8,11 @@ export default function Pillar({
8
label: string;
9
}) {
10
return (
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]">
+ <div className="flex max-w-xs md:max-w-sm min-w-[70%] md:min-w-[40%] space-x-4 p-2 md:p-4 lg:p-6 shadow-md md:shadow-none rounded-lg items-center bg-white md:bg-[#09AFC6]">
12
<p className="text-2xl md:text-4xl font-extrabold md:text-white tracking-wide">
13
{count}
14
</p>
15
- <p className=" truncate text-md md:text-xl capitalize md:text-white tracking-wide">
+ <p className=" truncate text-lg md:text-3xl capitalize md:text-white tracking-wide">
16
{label}
17
18
</div>
0 commit comments