Wesbite: Update homepage ticker styles (#30241)

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

Changes:
- Updated the max height of the bottom ticker on the homepage to prevent
it from being cut off vertically on smaller screens.
This commit is contained in:
Eric 2025-06-23 10:54:36 -05:00 committed by GitHub
parent 09c1086dae
commit aba9bec260
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1461,9 +1461,7 @@
display: block;
}
}
[purpose='option-container'] {
height: 33.6px;
}
[purpose='feature-table'] {
[purpose='feature-name'] {
height: unset;
@ -1478,6 +1476,9 @@
padding-right: 17px;
padding-bottom: 187px;
height: 520px;
[purpose='option-container'] {
height: 33.6px;
}
}
[purpose='hero-background-image'] {