Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCNStudioCity committed Mar 19, 2024
1 parent 49bf306 commit ca7d0e2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
flex-direction: row;
background-size: cover;
justify-content: center;
background-image: url("https://play.teleporthq.io/static/svg/placeholders/no-image.svg");
background-image: url('https://raw.githubusercontent.com/NickCNStudioCity/CNSCGBS/main/public/background.webp');
background-position: top;
}
.home-container1 {
Expand Down Expand Up @@ -61,8 +61,3 @@
object-fit: cover;
padding-top: var(--dl-space-space-threeunits);
}
@media(max-width: 1200px) {
.home-container {
background-image: url('https://raw.githubusercontent.com/NickCNStudioCity/CNSCGBS/main/public/background.webp');
}
}

0 comments on commit ca7d0e2

Please sign in to comment.