Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active December 20, 2016 04:08
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 braddalton/b0d25971110318dbb8b731c0cc7076aa to your computer and use it in GitHub Desktop.
Save braddalton/b0d25971110318dbb8b731c0cc7076aa to your computer and use it in GitHub Desktop.
<div class="inline-buttons">
<p>
<a class="one-third first button" href="http://example/">Buy Now</a><a class="one-third button" href="http://example/">Buy Now</a><a class="one-third button" href="http://example/">Buy Now</a>
</p>
</div>
.inline-buttons .one-third {
text-align: center;
}
@media only screen and (max-width: 1076px) {
.inline-buttons .one-third {
width: 100%;
margin: 20px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment