Replace blurry images (#39)

This commit is contained in:
Fede Álvarez 2022-04-13 18:07:34 +02:00 committed by GitHub
parent f8eea59a54
commit 7f52e81f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 9 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 81 KiB

View File

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

View File

@ -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']}>

View File

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