Skip to content

Instantly share code, notes, and snippets.

@AdriC1705
Last active July 7, 2020 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdriC1705/bed20ea8e2099d6c9f39483053e17941 to your computer and use it in GitHub Desktop.
Save AdriC1705/bed20ea8e2099d6c9f39483053e17941 to your computer and use it in GitHub Desktop.
@media screen and (max-width: 425px) {
.qbootstrap-cover {
background-position-x: -300px !important;
}
div#qbootstrap-countdown {
background-position-x: -300px !important;
}
div#qbootstrap-started {
background-position-x: -250px !important;
background-position-y: 0 !important;
}
}
@AdriC1705
Copy link
Author

Donde va el -100 ajusta la posición hacia los lados, puedes ir jugando con el en negativo o positivo según veas como se acomode, dependiendo la imagen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment