Website: Fix overflowing text on orchestration page. (#45722)

Changes:
- Fixed text overflowing outside of the page's container on the
/orchestration page

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Bug Fixes**
* Improved responsive design on mobile devices—testimonial videos, hero
text, and feature text now scale fluidly while maintaining appropriate
maximum widths on smaller screens.

<!-- review_stack_entry_start -->

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45722?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack)

<!-- review_stack_entry_end -->

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Eric
2026-05-18 11:48:02 -05:00
committed by GitHub
parent ed14b49692
commit 64135163e4
+6 -3
View File
@@ -479,13 +479,16 @@
max-width: 840px;
}
[purpose='testimonial-videos'] {
width: 410px;
max-width: 410px;
width: 100%;
}
[purpose='hero-text'] {
width: 410px;
max-width: 410px;
width: 100%;
}
[purpose='feature-text'] {
width: 410px;
max-width: 410px;
width: 100%;
}
}