{stat.label}
- +{stat.label}
+ {/* In flow under `mt-auto`, not pinned to the card's bottom: the + longest label wraps to four lines at phone card width and ran + straight through an absolutely placed source line. */} + {stat.source}diff --git a/medcenter/src/App.tsx b/medcenter/src/App.tsx
index 5acd51b..efcadc9 100644
--- a/medcenter/src/App.tsx
+++ b/medcenter/src/App.tsx
@@ -2,6 +2,7 @@ import { EquipmentSection } from './components/EquipmentSection'
import { Hero } from './components/Hero'
import { LaunchSection } from './components/LaunchSection'
import { LossEconomySection } from './components/LossEconomySection'
+import { MobileActionBar } from './components/MobileActionBar'
import { MarketSection } from './components/MarketSection'
import { ProgramsSection } from './components/ProgramsSection'
import { ProjectSection } from './components/ProjectSection'
@@ -32,6 +33,8 @@ export default function App() {
{stat.label}
- +{stat.label}
+ {/* In flow under `mt-auto`, not pinned to the card's bottom: the + longest label wraps to four lines at phone card width and ran + straight through an absolutely placed source line. */} + {stat.source}