fix(m4n1fest): perbaikan jumlah alumni di hero dan swap table-chart layout

This commit is contained in:
2026-06-05 07:48:56 +07:00
parent c772aa2d83
commit ec0288fd8a
3 changed files with 166 additions and 46 deletions
+5 -1
View File
@@ -666,11 +666,15 @@ ul.achiever-achievements li::before {
gap: 52px;
align-items: start;
}
.stat-cols {
grid-template-columns: 1.3fr 0.7fr;
}
.two-col > * {
min-width: 0;
}
@media (max-width: 760px) {
.two-col {
.two-col,
.stat-cols {
grid-template-columns: 1fr;
gap: 32px;
}