Update homepage.less (#6715)

This commit is contained in:
Mike Thomas 2022-07-17 13:56:21 +09:00 committed by GitHub
parent e80300b145
commit 17df96caa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;