Skip to content

Instantly share code, notes, and snippets.

@peterkarn
Created June 25, 2021 09:36
Show Gist options
  • Save peterkarn/dae9bdeadabaab884e4c5f03dcc10e1c to your computer and use it in GitHub Desktop.
Save peterkarn/dae9bdeadabaab884e4c5f03dcc10e1c to your computer and use it in GitHub Desktop.
background-image: url("../img/duplexes/disclaimer/disclaimer-bg.jpg");
@media screen and (min-width: $small + 1) and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 95dpi) {
background-image: url("../img/duplexes/disclaimer/[email protected]");
}
@media screen and (max-width: $small) {
background-image: url("../img/duplexes/disclaimer/disclaimer-bg-mob.jpg");
}
@media screen and (max-width: $small) and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 95dpi) {
background-image: url("../img/duplexes/disclaimer/[email protected]");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment