diff --git a/website/src/css/custom.css b/website/src/css/custom.css index c87bc415..3bcf4344 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -57,6 +57,16 @@ gap: 1.5rem; } +.stimFit { + max-width: 800px; + padding: 0 1rem 4rem; + line-height: 1.7; +} + +.stimFit li { + margin-bottom: 1rem; +} + .stimFeatureCard { overflow: hidden; padding: 1.5rem; diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index 3941d855..ad734dc4 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -99,6 +99,40 @@ export default function Home(): ReactNode { ))} +
+ + When you probably don't need Stim + +

+ Stim helps with repeated setup, builds, and device management across worktrees. If those aren't slowing you + down, it may add little. +

+ +

You don't need to replace a workflow that already works.

+
);