diff --git a/pages/index.vue b/pages/index.vue index 40b9e58c49..0fcad0da86 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -182,8 +182,10 @@ export default { @media (max-width: 567px) { .page-home .page-homeLandingFocus::after { - background-position: -35vw center; - background-size: 150vw; + content: ''; + background-image: url('~@/static/page-home-background-rwd.svg'); + background-position: center top 10%; + background-size: contain; background-repeat: no-repeat; } .page-home__title { diff --git a/static/page-home-background-rwd.svg b/static/page-home-background-rwd.svg new file mode 100644 index 0000000000..01caf30008 --- /dev/null +++ b/static/page-home-background-rwd.svg @@ -0,0 +1,9 @@ + + + + + + + + +