Skip to content

Commit

Permalink
feat(index): update hero img for rwd mode
Browse files Browse the repository at this point in the history
  • Loading branch information
josix committed Aug 25, 2022
1 parent 0265278 commit e816df8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
9 changes: 9 additions & 0 deletions static/page-home-background-rwd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e816df8

Please sign in to comment.