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 --> [](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:
+6
-3
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user