diff --git a/index.html b/index.html index 05a0bcc..560bccb 100644 --- a/index.html +++ b/index.html @@ -635,7 +635,7 @@ background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); - overflow: hidden; + overflow-x: auto; margin-bottom: 18px; } .table-wrap .table-title { @@ -1294,9 +1294,10 @@ - - - + + + +
PhaseCyclesTimelineTheir Payout/CycleYour 10% Cut/CycleCumulative to YouTheir Gross PayoutTheir Net ProfitSponsor's 10%Sponsor's Cumulative
@@ -1311,8 +1312,8 @@ - - + +
MonthActive Phase Their Profit This MonthYour 10% Commission/MonthYour CumulativeSponsor's Commission/MonthSponsor's Cumulative
@@ -1749,6 +1750,7 @@ ${numPeople > 0 ? ` ${k === '3xL7' ? 'every 19d' : `${cyclesNum}×`} ${k === '3xL7' ? 'ongoing' : `~${p.months} months`} $${p.payout.toFixed(2)} + $${p.profit.toFixed(2)} $${yourCut.toFixed(2)} $${cumRunning.toFixed(2)} `;