Update login landing image, remove unused images

This commit is contained in:
Jackson Harper
2022-07-19 14:42:29 -07:00
parent 38c469d7a2
commit 2e310f5414
5 changed files with 12 additions and 16 deletions

View File

@ -82,13 +82,18 @@ type OmnivoreIllustrationProps = {
function OmnivoreIllustration({ isLargeLayout }: OmnivoreIllustrationProps) {
return (
<img
style={{ marginRight: '57px', objectFit: 'fill' }}
width='100%'
srcSet="/static/images/landing-illustration.png 1x,
/static/images/landing-illustration@2x.png 2x"
alt="Screenshot of Omnivore"
/>
<Box css={{
width: '100%',
height: '100%',
marginRight: '57px',
backgroundSize: 'cover',
backgroundRepeat: 'no-repeat',
backgroundPositionY: '70px',
backgroundImage: `image-set(
url('/static/images/landing-illustration.png') 1x,
url('/static/images/landing-illustration@2x.png') 2x
)`
}} />
)
}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 13 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 KiB

After

Width:  |  Height:  |  Size: 301 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 828 KiB

After

Width:  |  Height:  |  Size: 945 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB