Skip to content

Commit

Permalink
Merge pull request #61 from contentstack/shopify-add-oxygen-workflow-…
Browse files Browse the repository at this point in the history
…ww7p

added svg to png img
  • Loading branch information
NamrataSane authored Apr 17, 2024
2 parents b407062 + f70e387 commit 5fda680
Show file tree
Hide file tree
Showing 5 changed files with 832 additions and 3,234 deletions.
4 changes: 2 additions & 2 deletions app/styles/pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ img {
flex-direction: column;
align-items: flex-start;
height: 800px;
background-image: url(../../public/banner.svg);
background-image: url(../../public/banner.png);
position: relative;
background-repeat: no-repeat;
background-size: cover;
Expand Down Expand Up @@ -479,7 +479,7 @@ img {
/* about page */
.about-page-banner {
height: 400px;
background-image: url(public/full-shot-woman-online-fashion-shopping.svg);
background-image: url(public/about_us.png);
position: relative;
display: flex;
align-items: end;
Expand Down
Loading

0 comments on commit 5fda680

Please sign in to comment.