Skip to content

Commit 91fa8f6

Browse files
Merge pull request #2164 from AletheiaFact/fix-stats-card-styled
Adjust the spacing of the Stats Cards to precent breakage on smaller screens
2 parents d46faf4 + 78ea5f9 commit 91fa8f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Home/COP30/Cop30Section.style.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ justify-items: center;
8484
.stats-container {
8585
background: #ffffff;
8686
border-radius: 12px;
87-
padding: 28px 32px;
87+
padding: 16px;
8888
margin-bottom: 32px;
8989
box-shadow: 0 2px 8px rgba(17, 39, 58, 0.08);
9090
border: 1px solid #c2c8cc;
@@ -93,7 +93,7 @@ justify-items: center;
9393
.stats-grid {
9494
display: grid;
9595
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
96-
gap: 24px;
96+
gap: 12px;
9797
}
9898
9999
.stat-item {

0 commit comments

Comments
 (0)