mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Website: homepage styles update (#11131)
Changes: - updated the homepage stylesheet to adjust the `filter` on the hero images
This commit is contained in:
parent
4dd8c078b5
commit
a041660743
1 changed files with 1 additions and 3 deletions
4
website/assets/styles/pages/homepage.less
vendored
4
website/assets/styles/pages/homepage.less
vendored
|
|
@ -49,9 +49,7 @@
|
|||
max-height: 550px;
|
||||
}
|
||||
[purpose='homepage-hero-images'] {
|
||||
img {
|
||||
filter: drop-shadow(0px -8.73361px 29.9438px rgba(58, 220, 255, 0.1));
|
||||
}
|
||||
filter: drop-shadow(0px -8.73361px 29.9438px rgba(58, 220, 255, 0.1));
|
||||
position: relative;
|
||||
}
|
||||
[purpose='homepage-hero-images']::before {
|
||||
|
|
|
|||
Loading…
Reference in a new issue