mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update homepage.less (#6715)
This commit is contained in:
parent
e80300b145
commit
17df96caa6
1 changed files with 2 additions and 1 deletions
3
website/assets/styles/pages/homepage.less
vendored
3
website/assets/styles/pages/homepage.less
vendored
|
|
@ -217,10 +217,11 @@
|
|||
}
|
||||
}
|
||||
[purpose='hero-clouds'] {
|
||||
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0) 100%);
|
||||
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
|
||||
}
|
||||
[purpose='hero-banner'] {
|
||||
padding-top: 222px;
|
||||
background-size: 100% 125%;
|
||||
}
|
||||
[purpose='report-banner-container'] {
|
||||
padding-right: 15px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue