We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3c640 commit 7ca29a5Copy full SHA for 7ca29a5
src/pages/landingPage/sections/StatsSection.jsx
@@ -35,7 +35,7 @@ function StatsSection() {
35
A community geared towards holistic results{" "}
36
</h3>
37
38
- <div className="w-full flex flex-col gap-6 p-2">
+ <div className="w-full flex flex-col gap-6 p-2 stats-card">
39
<div className="flex items-center flex-wrap md:flex-nowrap gap-4">
40
<div className="w-full flex-center flex-col gap-5">
41
<img src={teams} alt="teams" className="size-10 object-contain" />
0 commit comments