Keep external BI links inside momo pro
Some checks failed
CD Pipeline / deploy (push) Failing after 10m17s

This commit is contained in:
OoO
2026-05-24 17:43:25 +08:00
parent bfc5dac624
commit c5db3eb0da
9 changed files with 32 additions and 9 deletions

View File

@@ -45,7 +45,7 @@
}
.external-tool-hero h1 {
font-size: clamp(32px, 4vw, 48px);
font-size: var(--momo-text-display, 40px);
line-height: 1.08;
}
@@ -203,6 +203,11 @@
align-self: flex-start;
}
.external-tool-hero h1 {
font-size: var(--momo-text-headline, 24px);
line-height: 1.18;
}
.external-tool-checks,
.external-tool-diagnostics,
.external-tool-action-grid {