Skip to content

Commit 26304db

Browse files
committed
feat: measurement micro-charts all tiers, whynow AI formula viz, barriers grid fix, challenge stat bars, framework threshold
1 parent c14c07a commit 26304db

5 files changed

Lines changed: 164 additions & 6 deletions

File tree

pages/barriers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/* ── FAILURE SCENARIOS ─────────────────────────────────────── */
8484
.cases-grid--failures {
8585
display: grid !important;
86-
grid-template-columns: repeat(5, 1fr) !important;
86+
grid-template-columns: repeat(3, 1fr) !important;
8787
gap: 1px !important;
8888
background: rgba(255,255,255,0.07) !important;
8989
border: 1px solid rgba(255,255,255,0.07) !important;

pages/challenge.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
overflow: hidden;
3838
}
3939
.ch-stat-bar {
40-
height: 2px;
41-
margin-top: 10px;
42-
border-radius: 1px;
40+
height: 3px;
41+
margin-top: 12px;
42+
border-radius: 2px;
4343
overflow: hidden;
44-
background: rgba(255,255,255,0.06);
44+
background: rgba(255,255,255,0.08);
4545
}
4646
.ch-stat-bar-fill {
4747
height: 100%;

pages/framework.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ <h3 class="section-heading-compact">The knowledge lifecycle</h3>
413413
entries.forEach(function(e){
414414
if (e.isIntersecting) { e.target.classList.add('visible'); io.unobserve(e.target); }
415415
});
416-
}, { threshold: 0.15 });
416+
}, { threshold: 0 });
417417
targets.forEach(function(t){ if (t.el) io.observe(t.el); });
418418
}());
419419
</script>

0 commit comments

Comments
 (0)