Skip to content

Instantly share code, notes, and snippets.

@sforsparky
Created March 6, 2014 02:43
Show Gist options
  • Save sforsparky/9381248 to your computer and use it in GitHub Desktop.
Save sforsparky/9381248 to your computer and use it in GitHub Desktop.
@media only screen and (min-width: 1258px) {
.t-element:first-child {
margin-left: 159px;
}
}
@media only screen and (max-width: 1258px) {
.t-element:last-child {
margin-left: 159px;
}
}
@media only screen and (max-width: 795px) {
.t-element:last-child {
margin-left: auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment