Website: Update breakpoint in infrastructure as code stylesheet (#44294)

Closes: https://github.com/fleetdm/fleet/issues/44277

Changes:
- Updated a breakpoint in the /infrastructure-as-code page's stylesheet.

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

## Summary by CodeRabbit

* **Style**
* Adjusted the responsive design breakpoint for mobile layouts from
767px to 768px. This change refines how the website displays across
different device screen widths, ensuring improved consistency and better
visual presentation for users at various viewport sizes. The update
optimizes the transition between desktop and mobile-optimized styling.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Eric
2026-04-28 11:01:51 -05:00
committed by GitHub
parent b3172f3106
commit 51c70b7199
+1 -1
View File
@@ -591,7 +591,7 @@
}
}
}
@media (max-width: 767px) {
@media (max-width: 768px) {
[purpose='page-container'] {
display: flex;
padding: 32px;