mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
09c1086dae
commit
aba9bec260
1 changed files with 4 additions and 3 deletions
7
website/assets/styles/pages/homepage.less
vendored
7
website/assets/styles/pages/homepage.less
vendored
|
|
@ -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'] {
|
||||
|
|
|
|||
Loading…
Reference in a new issue