Skip to content

Commit

Permalink
Revert img compression, replaced by better image resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneSet committed May 2, 2019
1 parent 0dfc02d commit 6701a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/layouts/_landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ $landing-main-section-opacity: 0.5;
.landing-main-back {
background-size: cover;
height: $landing-main-section-height;
background-image: url(https://static.retrobox.tech/img/marketing/marketing_4_small.png);
background-image: url(https://static.retrobox.tech/img/marketing/marketing_4.jpg);
}

.landing-section {
Expand Down Expand Up @@ -165,7 +165,7 @@ $landing-divider-height: 70vh;
.landing-divider-background-image {
background-size: cover;
height: $landing-divider-height;
background-image: url(https://static.retrobox.tech/img/marketing/marketing_1_small.png);
background-image: url(https://static.retrobox.tech/img/marketing/marketing_1.jpg);
background-position: center;
}
.landing-divider-background-filter {
Expand Down

0 comments on commit 6701a21

Please sign in to comment.