Skip to content

Instantly share code, notes, and snippets.

@nicovalencia
Created November 21, 2018 22:38
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 nicovalencia/ae3225e51a7be951d96f19678b4e7542 to your computer and use it in GitHub Desktop.
Save nicovalencia/ae3225e51a7be951d96f19678b4e7542 to your computer and use it in GitHub Desktop.
img {
position: absolute;
top: 80px;
right: -74px;
@include bp(sm) {
position: relative;
width: 100%;
right: 0;
top: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment