Skip to content

Instantly share code, notes, and snippets.

@SeanRoberts
Created February 18, 2016 15:45
Show Gist options
  • Save SeanRoberts/fb8e70072023ad1761a2 to your computer and use it in GitHub Desktop.
Save SeanRoberts/fb8e70072023ad1761a2 to your computer and use it in GitHub Desktop.
.my-block {
display: block;
position: absolute;
top: 0;
margin: 0 auto;
width: auto;
@include bp-md {
position: static;
margin: 50px;
width: 50%;
}
&:focus {
color: purple;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment