ch attribution report, schema changes, and migration

This commit is contained in:
Francis Cao
2025-04-13 18:12:03 -07:00
parent 64dcc5af80
commit b9a2145766
10 changed files with 689 additions and 353 deletions

View File

@@ -4,8 +4,17 @@
margin-bottom: 40px;
}
.row {
display: flex;
align-items: center;
gap: 10px;
.title {
font-size: 24px;
line-height: 36px;
font-weight: 700;
}
.row {
display: grid;
grid-template-columns: 50% 50%;
gap: 20px;
border-top: 1px solid var(--base300);
padding-top: 30px;
margin-bottom: 30px;
}