Skip to content

Instantly share code, notes, and snippets.

@vladsadretdinov
Created November 12, 2018 06:33
Show Gist options
  • Save vladsadretdinov/73345c8ab9874b2d6c32736442faccf9 to your computer and use it in GitHub Desktop.
Save vladsadretdinov/73345c8ab9874b2d6c32736442faccf9 to your computer and use it in GitHub Desktop.
@media (min-resolution: @retina-dpi), (min-resolution: @retina-dppx) {
background-image: url("img/bg-header@2x.jpg");
background-size: 1338px auto;
}
@media (min-width: 768px) and (min-resolution: 144dpi),
(min-width: 768px) and (min-resolution: 1.5dppx) {
.page-header__logo {
background-image: url("img/bg-header@2x.jpg");
background-size: 1338px auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment