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:
+1
-1
@@ -591,7 +591,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
@media (max-width: 768px) {
|
||||
[purpose='page-container'] {
|
||||
display: flex;
|
||||
padding: 32px;
|
||||
|
||||
Reference in New Issue
Block a user