Replace blurry images (#39)
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 145 KiB |
BIN
public/images/benefit-mobile-01.jpg
Normal file
|
After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 23 KiB |
BIN
public/images/benefit-mobile-02.jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 115 KiB |
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 81 KiB |
@ -182,11 +182,11 @@
|
||||
&__image {
|
||||
display: block;
|
||||
width: 100%;
|
||||
mix-blend-mode: lighten;
|
||||
|
||||
&--01 {
|
||||
transform: translateY(-14%);
|
||||
z-index: -1;
|
||||
margin: 0 0 0 tovw(-16px, 'mobile');
|
||||
margin: tovw(50px, 'mobile') 0 tovw(100px, 'mobile') tovw(-16px, 'mobile');
|
||||
width: calc(100% + (tovw(16px, 'mobile') * 2));
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
|
||||
@ -53,7 +53,7 @@ const Benefits = () => {
|
||||
)}
|
||||
alt="Benefit"
|
||||
loading="lazy"
|
||||
src="/images/benefit-mobile-01.png"
|
||||
src="/images/benefit-mobile-01.jpg"
|
||||
/>
|
||||
<div className={s['background']}>
|
||||
<Container className={s['developers']}>
|
||||
@ -98,7 +98,7 @@ const Benefits = () => {
|
||||
)}
|
||||
alt="Benefit"
|
||||
loading="lazy"
|
||||
src="/images/benefit-mobile-02.png"
|
||||
src="/images/benefit-mobile-02.jpg"
|
||||
/>
|
||||
<Container className={s['users__container']}>
|
||||
<Container className={s['users']}>
|
||||
|
||||
@ -37,6 +37,11 @@
|
||||
width: 200%;
|
||||
mix-blend-mode: screen;
|
||||
place-self: center;
|
||||
mask-image: linear-gradient(
|
||||
0deg,
|
||||
rgb(255 255 255 / 0) 0%,
|
||||
rgb(0 0 0) 25%
|
||||
);
|
||||
}
|
||||
|
||||
display: none;
|
||||
|
||||